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";