python3Packages.xknx: 1.1.0 -> 1.2.0
[NixPkgs.git] / nixos / tests / installer-systemd-stage-1.nix
blobd02387ee80e09d30a97f1492857a9e713e92d04d
1 { system ? builtins.currentSystem
2 , config ? {}
3 , pkgs ? import ../.. { inherit system config; }
4 }:
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     # btrfsSubvols
14     # encryptedFSWithKeyfile
15     # grub1
16     # luksroot
17     # luksroot-format1
18     # luksroot-format2
19     # lvm
20     separateBoot
21     separateBootFat
22     simple
23     simpleLabels
24     simpleProvided
25     simpleSpecialised
26     simpleUefiGrub
27     simpleUefiGrubSpecialisation
28     simpleUefiSystemdBoot
29     # swraid
30     zfsroot
31     ;