This commit is contained in:
2025-12-28 15:49:18 -05:00
parent f056e5138f
commit 7159e90186
15 changed files with 19 additions and 19 deletions

View File

@@ -7,7 +7,7 @@
}:
let
# Create pkgs with ensureZfsMounts overlay
testPkgs = pkgs.appendOverlays [ (import ../overlays.nix) ];
testPkgs = pkgs.appendOverlays [ (import ../modules/overlays.nix) ];
in
testPkgs.testers.runNixOSTest {
name = "zfs test";