Added build reproducibility

This commit is contained in:
Craige McWhirter 2020-04-15 10:17:18 +10:00
parent dd1ce17e0e
commit db77b6de84
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -4,6 +4,12 @@
{
nix = {
extraOptions = ''
repeat = 1 # Ensure reproducibility of builds
'';
};
nix.binaryCaches = [
"https://cache.nixos.org"
"https://hydra.iohk.io"