We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae16f4 commit 1a78a6bCopy full SHA for 1a78a6b
nix/packages/nixos-facter/tests/default.nix
@@ -12,9 +12,7 @@ let
12
eval-config = import "${inputs.nixpkgs}/nixos/lib/eval-config.nix";
13
};
14
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 {
+{
18
golangci-lint = perSystem.self.nixos-facter.overrideAttrs (old: {
19
nativeBuildInputs = old.nativeBuildInputs ++ [ pkgs.golangci-lint ];
20
buildPhase = ''
0 commit comments