diff --git a/default.nix b/default.nix index ca462d5..7306079 100644 --- a/default.nix +++ b/default.nix @@ -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 = ./.;