mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 12:57:29 +00:00
linux stdenv: Fix assert that broke tests...and hydra
This commit is contained in:
parent
ab9688a63a
commit
a94af71da7
@ -180,7 +180,7 @@ rec {
|
||||
allPackages = assert false; null;
|
||||
|
||||
platform = assert false; null;
|
||||
crossSystem = assert false; null;
|
||||
crossSystem = null;
|
||||
config = assert false; null;
|
||||
}).bootstrapTools;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user