diff options
Diffstat (limited to 'npins/full.nix')
| -rw-r--r-- | npins/full.nix | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/npins/full.nix b/npins/full.nix deleted file mode 100644 index 71540c0f..00000000 --- a/npins/full.nix +++ /dev/null @@ -1,8 +0,0 @@ -_: let - sources = import ./default.nix {}; -in { - inherit sources; - - loadFlake = flakeInput: (import sources.flake-compat {src = sources."${flakeInput}";}).outputs; - load = input: import sources."${input}" {}; -} |
