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