Skip to content

Commit 382246e

Browse files
committed
ARM hack
1 parent 9ef2e57 commit 382246e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ let
4141
src = tarball;
4242
doCheck = !stdenv.isDarwin && system != "i686-cygwin" && system != "i686-solaris";
4343
buildInputs = lib.optionals stdenv.isLinux [ acl attr ];
44-
isReproducible = true;
44+
isReproducible = system != "aarch64-linux"; # ARM machines are still on Nix 1.11
4545
});
4646

4747

0 commit comments

Comments
 (0)