From 0a37fb5863a3ed53bd194c290cca66eac783fb34 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Sat, 19 Jul 2025 19:28:43 +0200 Subject: [PATCH] default.nix: cleanup Signed-off-by: Bloxx12 Change-Id: I6a6a6964349f8e23a87c2c0c9ab0d949d1bb92ad --- default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 = ./.;