mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +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 { };
|
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";
|
storeDir = config.nix.storeDir or "/nix/store";
|
||||||
stateDir = config.nix.stateDir or "/nix/var";
|
stateDir = config.nix.stateDir or "/nix/var";
|
||||||
inherit (darwin.apple_sdk.frameworks) Security;
|
inherit (darwin.apple_sdk.frameworks) Security;
|
||||||
};
|
});
|
||||||
|
|
||||||
nix = nixVersions.stable;
|
nix = nixVersions.stable;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user