pkgs/overlays/unstable-from-source: remove darwin{Sdk; Min}Version from platform
This commit is contained in:
parent
492255e4e0
commit
0af88c8ae7
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ let
|
|||
sanitizePlatform = platformConfig: self.lib.removeAttrs platformConfig [
|
||||
"emulator"
|
||||
"emulatorAvailable"
|
||||
"darwinSdkVersion"
|
||||
"darwinMinVersion"
|
||||
];
|
||||
|
||||
unstablePkgsForNixpkgs = nixpkgs: import unstableSource {
|
||||
|
|
Loading…
Reference in a new issue