Skip to content

Commit

Permalink
nixos/tests/zfs: Fix flake build
Browse files Browse the repository at this point in the history
  • Loading branch information
ElvishJerricco committed Sep 6, 2024
1 parent 1da41e9 commit 9bd0b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/tests/zfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 9bd0b5a

Please sign in to comment.