diff --git a/flake.lock b/flake.lock index c9b7ec0..cff1f61 100644 --- a/flake.lock +++ b/flake.lock @@ -545,22 +545,6 @@ "type": "indirect" } }, - "nixpkgs_3": { - "locked": { - "lastModified": 1748460289, - "narHash": "sha256-7doLyJBzCllvqX4gszYtmZUToxKvMUrg45EUWaUYmBg=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "96ec055edbe5ee227f28cdbc3f1ddf1df5965102", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, "nixverse": { "inputs": { "nix-darwin": "nix-darwin", @@ -634,7 +618,9 @@ "git-hooks": "git-hooks", "gnome-shell": "gnome-shell", "home-manager": "home-manager", - "nixpkgs": "nixpkgs_3", + "nixpkgs": [ + "nixpkgs" + ], "nur": "nur", "systems": "systems", "tinted-foot": "tinted-foot", diff --git a/nodes/hosts/common/configuration.nix b/nodes/hosts/common/configuration.nix index 47e27cc..5bf4aa1 100644 --- a/nodes/hosts/common/configuration.nix +++ b/nodes/hosts/common/configuration.nix @@ -33,13 +33,5 @@ ./system/time.nix ./system/users.nix ]; - - { - home-manager.extraSpecialArgs = { - inherit inputs; - }; - home-manager.backupFileExtension = "hm-backup"; - } - }