diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-19 17:47:51 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2026-08-19 17:47:51 +0200 |
| commit | 7e2e4de1a42e37234cf5d5a692573a8426bec4ca (patch) | |
| tree | d33b2db75ed555e0184f7d9ae2f843f96ebffe63 /npins/full.nix | |
| parent | modules/direnv/pre-cache: Also use the nixpkgs rev as cache key (diff) | |
| download | nixos-config-7e2e4de1a42e37234cf5d5a692573a8426bec4ca.zip | |
There was no real reason to still have `npins` around. I just kept it
because of historical reasons.
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 0fb56679..00000000 --- a/npins/full.nix +++ /dev/null @@ -1,8 +0,0 @@ -_: let - sources = import ../unflake.nix; - loadFlake = input: sources."${input}"; - - # loadFlake = flakeInput: (import sources.flake-compat {src = sources."${flakeInput}";}).outputs; -in { - inherit sources loadFlake; -} |
