aboutsummaryrefslogtreecommitdiffstats
path: root/npins
diff options
context:
space:
mode:
Diffstat (limited to 'npins')
-rw-r--r--npins/full.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/npins/full.nix b/npins/full.nix
index 547b32cf..0fb56679 100644
--- a/npins/full.nix
+++ b/npins/full.nix
@@ -1,10 +1,8 @@
_: let
sources = import ../unflake.nix;
- load = input: sources."${input}";
- loadFlake = load;
+ loadFlake = input: sources."${input}";
# loadFlake = flakeInput: (import sources.flake-compat {src = sources."${flakeInput}";}).outputs;
- # load = input: import sources."${input}" {};
in {
- inherit sources load loadFlake;
+ inherit sources loadFlake;
}