refactor: replace mapAttrs' with mapAttrs

This commit is contained in:
Ryan Yin
2023-12-22 01:43:28 +08:00
parent e4abf62ec3
commit 8ac24e4f13
5 changed files with 23 additions and 28 deletions
+3 -2
View File
@@ -1,5 +1,6 @@
args:
with args; let
with args;
with allSystemAttrs; let
lib = nixpkgs.lib;
nixosSystem = import ../lib/nixosSystem.nix;
@@ -7,7 +8,7 @@ with args; let
inherit home-manager nixos-generators;
inherit nixpkgs; # or nixpkgs-unstable
system = x64_system;
specialArgs = x64_system_specialArgs;
specialArgs = allSystemSpecialArgs.x64_system;
};
in {
nixosConfigurations = {