flake: Remove unnecessary aarch64 tests value

Might fix the ci.
This commit is contained in:
Donovan Glover 2024-06-20 17:27:37 -04:00
parent 3862b068cd
commit 08f0823b61
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -120,15 +120,7 @@
value =
if directory == "packages"
then aarch64-linux.callPackage ./${directory}/${file} { }
else
if directory == "tests"
then
import ./${directory}/${file}
{
inherit self;
pkgs = aarch64-linux;
}
else import ./${directory}/${file};
else null;
})
(attrNames (readDir ./${directory}))));