From e767e3177e5a8bb09f500a08df90b1540a9ecaf7 Mon Sep 17 00:00:00 2001 From: clerie Date: Tue, 30 Jul 2024 10:17:10 +0200 Subject: [PATCH] configuration/common: Only force nixpkgs in flake registry --- configuration/common/nix.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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";