default.nix: cleanup
Signed-off-by: Bloxx12 <charlie@charlieroot.dev> Change-Id: I6a6a6964349f8e23a87c2c0c9ab0d949d1bb92ad
This commit is contained in:
parent
0b82c15255
commit
0a37fb5863
1 changed files with 1 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
let
|
||||
inherit (builtins) mapAttrs;
|
||||
inherit (builtins) filter;
|
||||
inherit (builtins) currentSystem;
|
||||
inherit (builtins) currentSystem filter mapAttrs;
|
||||
|
||||
# https://github.com/andir/npins?tab=readme-ov-file#using-the-nixpkgs-fetchers
|
||||
src = import ./npins;
|
||||
|
@ -14,7 +12,6 @@ let
|
|||
|
||||
mkSystem = system: hostname:
|
||||
import (src.nixpkgs + "/nixos/lib/eval-config.nix") {
|
||||
system = currentSystem;
|
||||
specialArgs = {
|
||||
inherit sources;
|
||||
self = ./.;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue