mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-22 18:51:22 +02:00
flake: Remove unnecessary aarch64 tests value
Might fix the ci.
This commit is contained in:
parent
3862b068cd
commit
08f0823b61
10
flake.nix
10
flake.nix
@ -120,15 +120,7 @@
|
|||||||
value =
|
value =
|
||||||
if directory == "packages"
|
if directory == "packages"
|
||||||
then aarch64-linux.callPackage ./${directory}/${file} { }
|
then aarch64-linux.callPackage ./${directory}/${file} { }
|
||||||
else
|
else null;
|
||||||
if directory == "tests"
|
|
||||||
then
|
|
||||||
import ./${directory}/${file}
|
|
||||||
{
|
|
||||||
inherit self;
|
|
||||||
pkgs = aarch64-linux;
|
|
||||||
}
|
|
||||||
else import ./${directory}/${file};
|
|
||||||
})
|
})
|
||||||
(attrNames (readDir ./${directory}))));
|
(attrNames (readDir ./${directory}))));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user