nixVersions: use recurseIntoAttrs
This commit is contained in:
@@ -33143,11 +33143,11 @@ with pkgs;
|
||||
|
||||
neo = callPackage ../applications/misc/neo { };
|
||||
|
||||
nixVersions = callPackage ../tools/package-management/nix {
|
||||
nixVersions = recurseIntoAttrs (callPackage ../tools/package-management/nix {
|
||||
storeDir = config.nix.storeDir or "/nix/store";
|
||||
stateDir = config.nix.stateDir or "/nix/var";
|
||||
inherit (darwin.apple_sdk.frameworks) Security;
|
||||
};
|
||||
});
|
||||
|
||||
nix = nixVersions.stable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user