summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/release.nix b/release.nix
index f7bbd65..8aa787b 100644
--- a/release.nix
+++ b/release.nix
@@ -41,7 +41,7 @@ let
src = tarball;
doCheck = !stdenv.isDarwin && system != "i686-cygwin" && system != "i686-solaris";
buildInputs = lib.optionals stdenv.isLinux [ acl attr ];
- isReproducible = true;
+ isReproducible = system != "aarch64-linux"; # ARM machines are still on Nix 1.11
});