initial testing for list-usb-drives

This commit is contained in:
2025-08-19 01:43:29 -04:00
parent ae48b96416
commit 51138fd15e
3 changed files with 83 additions and 0 deletions

View File

@@ -11,4 +11,5 @@ in
zfsTest = handleTest ./zfs.nix;
testTest = handleTest ./testTest.nix;
minecraftTest = handleTest ./minecraft.nix;
listUsbDrivesTest = handleTest ./list-usb-drives.nix;
}