mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 01:42:53 +03:00
nixVersions: use recurseIntoAttrs
This commit is contained in:
parent
3345449b13
commit
0e42bc10c8
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user