mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 15:58:36 +00:00
5 lines
128 B
Plaintext
5 lines
128 B
Plaintext
If ( HasSubstr(Platform(), "linux")
|
|
, IncludeFix("stdenv-linux/stdenv.fix")
|
|
, IncludeFix("stdenv-native/stdenv.fix")
|
|
)
|