1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

nixos/tests/zfs: Fix flake build

(cherry picked from commit 9bd0b5ac05)
This commit is contained in:
Will Fancher 2024-09-06 16:07:34 -04:00 committed by Andrew Marshall
parent 056f147112
commit 04c2feca6c

View file

@ -213,8 +213,8 @@ in {
enableSystemdStage1 = true;
};
installerBoot = (import ./installer.nix { }).separateBootZfs;
installer = (import ./installer.nix { }).zfsroot;
installerBoot = (import ./installer.nix { inherit system; }).separateBootZfs;
installer = (import ./installer.nix { inherit system; }).zfsroot;
expand-partitions = makeTest {
name = "multi-disk-zfs";