From 0ba501917e5f757eee561bf9f7bf6a2a85d99dc1 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Fri, 6 Feb 2026 09:42:40 +0100 Subject: bump --- system-profiles/core/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'system-profiles/core') diff --git a/system-profiles/core/default.nix b/system-profiles/core/default.nix index 258dd32d..58d2fe7c 100644 --- a/system-profiles/core/default.nix +++ b/system-profiles/core/default.nix @@ -62,6 +62,9 @@ in { rhs = optCall rhs_ { inherit pkgs; }; in recursiveUpdate lhs rhs // + optionalAttrs (lhs ? allowUnfreePackages) { + allowUnfreePackages = lhs.allowUnfreePackages ++ (attrByPath [ "allowUnfreePackages" ] [ ] rhs); + } // optionalAttrs (lhs ? packageOverrides) { packageOverrides = pkgs: optCall lhs.packageOverrides pkgs // -- cgit v1.2.3