Move extraArgs to specialArgs
diff --git a/flake.lock b/flake.lock
index b117f74..9f6c50e 100644
--- a/flake.lock
+++ b/flake.lock
@@ -44,16 +44,16 @@
]
},
"locked": {
- "lastModified": 1651519540,
- "narHash": "sha256-3k6p8VsTwwRPQjE8rrMh+o2AZACZn/eeYJ7ivdQ/Iro=",
+ "lastModified": 1653937612,
+ "narHash": "sha256-HybwffYKOM3UwlY54ZVCZgX7o5xpp2KhbZyyOnvwFMo=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "d93d56ab8c1c6aa575854a79b9d2f69d491db7d0",
+ "rev": "bda2c80b4c1a8d85c84c343a25ac7303fbc7999d",
"type": "github"
},
"original": {
"owner": "nix-community",
- "ref": "release-21.11",
+ "ref": "release-22.05",
"repo": "home-manager",
"type": "github"
}
@@ -114,16 +114,16 @@
},
"nixpkgs_2": {
"locked": {
- "lastModified": 1653087707,
- "narHash": "sha256-zfno3snrzZTWQ2B7K53QHrGZwrjnJLTRPalymrSsziU=",
+ "lastModified": 1653819559,
+ "narHash": "sha256-KzIZ1uaLR7vsBlcT0VWd8toFTC3yunSveNK+l2MQqrI=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "cbd40c72b2603ab54e7208f99f9b35fc158bc009",
+ "rev": "2a64cd672b2706fbca461870cc9ac708b49d9016",
"type": "github"
},
"original": {
"owner": "nixos",
- "ref": "nixos-21.11",
+ "ref": "nixos-22.05",
"repo": "nixpkgs",
"type": "github"
}
diff --git a/flake.nix b/flake.nix
index 2e5d5ac..fb6ff68 100644
--- a/flake.nix
+++ b/flake.nix
@@ -34,7 +34,7 @@
default = nixpkgs.lib.nixosSystem {
inherit system;
- extraArgs = {
+ specialArgs = {
inherit nixpkgs;
};