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 9ef2e57 commit 382246eCopy full SHA for 382246e
release.nix
@@ -41,7 +41,7 @@ let
41
src = tarball;
42
doCheck = !stdenv.isDarwin && system != "i686-cygwin" && system != "i686-solaris";
43
buildInputs = lib.optionals stdenv.isLinux [ acl attr ];
44
- isReproducible = true;
+ isReproducible = system != "aarch64-linux"; # ARM machines are still on Nix 1.11
45
});
46
47
0 commit comments