os-prober.tests: make the test stricter

os-prober should be able to probe unmounted filesystems
This commit is contained in:
Symphorien Gibol 2019-07-21 15:13:48 +02:00
parent d1ac443cca
commit 4cab05598c

View File

@ -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 =