From b7c8ad09b6ebb04152b1873fca07bef7ac262db7 Mon Sep 17 00:00:00 2001 From: clerie Date: Fri, 19 May 2023 16:15:28 +0200 Subject: [PATCH] configuration/common: force reigistry pinning for nixpkgs --- configuration/common/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/common/default.nix b/configuration/common/default.nix index 01addc8..e5266b0 100644 --- a/configuration/common/default.nix +++ b/configuration/common/default.nix @@ -116,7 +116,7 @@ # 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 = { + nix.registry = lib.mkForce { "nixpkgs" = { from = { type = "indirect";