From 49ce42d53cf71bbc86cba4b4a88ae9c4f3ea8979 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 8 Dec 2016 15:10:44 +0100 Subject: Mark the build job as reproducible --- release.nix | 1 + 1 file changed, 1 insertion(+) 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; }); -- cgit v0.12