mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
Merge pull request #26013 from obsidiansystems/release-cross
release-cross: Be less absurd in `ensureUnaffected` tests
This commit is contained in:
commit
b1d2f410c7
@ -59,8 +59,8 @@ in
|
||||
# there probably a good idea to try to be "more parametric" --- i.e. avoid
|
||||
# any special casing.
|
||||
crossSystem = {
|
||||
config = "foosys";
|
||||
libc = "foolibc";
|
||||
config = "mips64el-apple-windows-gnu";
|
||||
libc = "glibc";
|
||||
};
|
||||
|
||||
# Converting to a string (drv path) before checking equality is probably a
|
||||
|
Loading…
Reference in New Issue
Block a user