diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-08 00:09:43 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-05-12 00:29:19 +0200 |
| commit | a61d883366473aef7d93b55f4de11b40e4d06808 (patch) | |
| tree | 79b85edf9dc5b2a90018f2d420c5408ff2f64370 /npins/full.nix | |
| parent | modules/lf/commands/archive_{de,}compress: Add missing dependencies (diff) | |
| download | nixos-config-a61d883366473aef7d93b55f4de11b40e4d06808.zip | |
treewide: Switch to npins
Diffstat (limited to 'npins/full.nix')
| -rw-r--r-- | npins/full.nix | 8 |
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}" {}; +} |
