Skip to content

Commit

Permalink
flake: Remove unnecessary aarch64 tests value
Browse files Browse the repository at this point in the history
Might fix the ci.
  • Loading branch information
donovanglover committed Jun 20, 2024
1 parent 3862b06 commit 08f0823
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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}))));

Expand Down

0 comments on commit 08f0823

Please sign in to comment.