about summary refs log tree commit diff stats
path: root/npins/full.nix
diff options
context:
space:
mode:
Diffstat (limited to 'npins/full.nix')
-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..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}" {};
+}