at 23.05-pre 705 B view raw
1{ system ? builtins.currentSystem 2, config ? {} 3, pkgs ? import ../.. { inherit system config; } 4}: 5 6{ 7 # Some of these tests don't work with systemd stage 1 yet. Uncomment 8 # them when fixed. 9 inherit (import ./installer.nix { inherit system config pkgs; systemdStage1 = true; }) 10 # bcache 11 btrfsSimple 12 btrfsSubvolDefault 13 btrfsSubvolEscape 14 btrfsSubvols 15 # encryptedFSWithKeyfile 16 # grub1 17 # luksroot 18 # luksroot-format1 19 # luksroot-format2 20 # lvm 21 separateBoot 22 separateBootFat 23 simple 24 simpleLabels 25 simpleProvided 26 simpleSpecialised 27 simpleUefiGrub 28 simpleUefiGrubSpecialisation 29 simpleUefiSystemdBoot 30 # swraid 31 zfsroot 32 ; 33 34}