forked from mirrors/nixpkgs
os-prober.tests: make the test stricter
os-prober should be able to probe unmounted filesystems
This commit is contained in:
parent
d1ac443cca
commit
4cab05598c
|
@ -46,10 +46,6 @@ let
|
|||
# vda is a filesystem without partition table
|
||||
forceInstall = true;
|
||||
};
|
||||
fileSystems."/mnt" = {
|
||||
device = "/dev/vdb1";
|
||||
options = [ "ro" ];
|
||||
};
|
||||
nix.binaryCaches = lib.mkForce [ ];
|
||||
nix.extraOptions = ''
|
||||
hashed-mirrors =
|
||||
|
|
Loading…
Reference in a new issue