summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 519ed24..1b6c67c 100644
--- a/release.nix
+++ b/release.nix
@@ -41,6 +41,7 @@ let
src = tarball;
doCheck = !stdenv.isDarwin && system != "i686-cygwin" && system != "i686-solaris";
buildInputs = lib.optionals stdenv.isLinux [ acl attr ];
+ isReproducible = true;
});