lol

Merge pull request #26013 from obsidiansystems/release-cross

release-cross: Be less absurd in `ensureUnaffected` tests

authored by

John Ericson and committed by
GitHub
b1d2f410 8a423c3a

+2 -2
+2 -2
pkgs/top-level/release-cross.nix
··· 59 59 # there probably a good idea to try to be "more parametric" --- i.e. avoid 60 60 # any special casing. 61 61 crossSystem = { 62 - config = "foosys"; 63 - libc = "foolibc"; 62 + config = "mips64el-apple-windows-gnu"; 63 + libc = "glibc"; 64 64 }; 65 65 66 66 # Converting to a string (drv path) before checking equality is probably a