From a61d883366473aef7d93b55f4de11b40e4d06808 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 8 May 2026 00:09:43 +0200 Subject: treewide: Switch to npins --- npins/full.nix | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 npins/full.nix (limited to 'npins/full.nix') 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}" {}; +} -- cgit 1.4.1