mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
linux stdenv: Fix assert that broke tests...and hydra
This commit is contained in:
parent
ab9688a63a
commit
a94af71da7
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue