tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
linux stdenv: Fix assert that broke tests...and hydra
John Ericson
9 years ago
a94af71d
ab9688a6
+1
-1
1 changed file
expand all
collapse all
unified
split
pkgs
stdenv
linux
make-bootstrap-tools.nix
+1
-1
pkgs/stdenv/linux/make-bootstrap-tools.nix
···
180
180
allPackages = assert false; null;
181
181
182
182
platform = assert false; null;
183
183
-
crossSystem = assert false; null;
183
183
+
crossSystem = null;
184
184
config = assert false; null;
185
185
}).bootstrapTools;
186
186