diff --git a/configuration/common/nix.nix b/configuration/common/nix.nix index cabb17a..057dbe4 100644 --- a/configuration/common/nix.nix +++ b/configuration/common/nix.nix @@ -39,8 +39,8 @@ # Pin current nixpkgs channel and flake registry to the nixpkgs version # the host got build with nix.nixPath = lib.mkForce [ "nixpkgs=${lib.cleanSource pkgs.path}" ]; - nix.registry = lib.mkForce { - "nixpkgs" = { + nix.registry = { + "nixpkgs" = lib.mkForce { from = { type = "indirect"; id = "nixpkgs"; diff --git a/flake.lock b/flake.lock index d40d1c2..a107901 100644 --- a/flake.lock +++ b/flake.lock @@ -288,11 +288,11 @@ }, "nixpkgs_3": { "locked": { - "lastModified": 1722062969, - "narHash": "sha256-QOS0ykELUmPbrrUGmegAUlpmUFznDQeR4q7rFhl8eQg=", + "lastModified": 1722185531, + "narHash": "sha256-veKR07psFoJjINLC8RK4DiLniGGMgF3QMlS4tb74S6k=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "b73c2221a46c13557b1b3be9c2070cc42cf01eb3", + "rev": "52ec9ac3b12395ad677e8b62106f0b98c1f8569d", "type": "github" }, "original": {