1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +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:
Jörg Thalheim 2025-04-01 19:17:05 +02:00 committed by Mergify
parent f1cb0e6ddb
commit a6a621c8ff
2 changed files with 1 additions and 20 deletions

View file

@ -170,7 +170,7 @@
{
otherSplices = final.generateSplicesForMkScope "nixDependencies";
f = import ./packaging/dependencies.nix {
inherit inputs stdenv;
inherit stdenv;
pkgs = final;
};
};