diff options
Diffstat (limited to 'npins/full.nix')
| -rw-r--r-- | npins/full.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/npins/full.nix b/npins/full.nix new file mode 100644 index 00000000..71540c0f --- /dev/null +++ b/npins/full.nix @@ -0,0 +1,8 @@ +_: let + sources = import ./default.nix {}; +in { + inherit sources; + + loadFlake = flakeInput: (import sources.flake-compat {src = sources."${flakeInput}";}).outputs; + load = input: import sources."${input}" {}; +} |
