tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/boot/ubootExtlinux: mark broken
K900
2 years ago
bf5c44d0
d9a37adc
+3
1 changed file
expand all
collapse all
unified
split
nixos
tests
boot.nix
+3
nixos/tests/boot.nix
···
144
144
machine.succeed("nix store verify -r --no-trust --option experimental-features nix-command /run/current-system")
145
145
machine.shutdown()
146
146
'';
147
147
+
148
148
+
# kernel can't find rootfs after boot - investigate?
149
149
+
meta.broken = true;
147
150
};
148
151
}