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