1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-24 22:11:15 +02:00

Oops, did not mean to commit that

This commit is contained in:
Leandro Reina 2025-01-21 14:40:40 +01:00
parent 23c5219f81
commit 83576d86dd

View file

@ -28,5 +28,5 @@
# ensures tests are named like their directories they are defined in
name = testCaseName;
})
[ "lfs" ]; # (lib.attrNames (builtins.readDir ./test-cases));
(lib.attrNames (builtins.readDir ./test-cases));
}