mirror of
https://github.com/NixOS/nix
synced 2025-07-09 07:53:55 +02:00
remove obsolete stdenv darwinMinVersion override
we are more up-to-date now:
nix-repl> stdenv.hostPlatform.darwinMinVersion
"11.3"
(cherry picked from commit d91310bb32
)
This commit is contained in:
parent
9c7f662586
commit
9f48831298
2 changed files with 1 additions and 20 deletions
|
@ -177,7 +177,7 @@
|
|||
{
|
||||
otherSplices = final.generateSplicesForMkScope "nixDependencies";
|
||||
f = import ./packaging/dependencies.nix {
|
||||
inherit inputs stdenv;
|
||||
inherit stdenv;
|
||||
pkgs = final;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue