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