about summary refs log tree commit diff stats
path: root/npins/full.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-08 00:09:43 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2026-05-12 00:29:19 +0200
commita61d883366473aef7d93b55f4de11b40e4d06808 (patch)
tree79b85edf9dc5b2a90018f2d420c5408ff2f64370 /npins/full.nix
parentmodules/lf/commands/archive_{de,}compress: Add missing dependencies (diff)
downloadnixos-config-a61d883366473aef7d93b55f4de11b40e4d06808.zip
treewide: Switch to npins
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}" {};
+}