Skip to content

Commit 1a78a6b

Browse files
committed
enable integration test on aarch64
1 parent 0ae16f4 commit 1a78a6b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nix/packages/nixos-facter/tests/default.nix

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ let
1212
eval-config = import "${inputs.nixpkgs}/nixos/lib/eval-config.nix";
1313
};
1414
in
15-
# for now we only run the tests in x86_64-linux since we don't have access to a bare-metal ARM box or a VM that supports nested
16-
# virtualisation which makes the test take forever and ultimately fail
17-
pkgs.lib.optionalAttrs pkgs.stdenv.isx86_64 {
15+
{
1816
golangci-lint = perSystem.self.nixos-facter.overrideAttrs (old: {
1917
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.golangci-lint ];
2018
buildPhase = ''

0 commit comments

Comments
 (0)