Added build reproducibility
This commit is contained in:
parent
dd1ce17e0e
commit
db77b6de84
|
@ -4,6 +4,12 @@
|
|||
|
||||
{
|
||||
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
repeat = 1 # Ensure reproducibility of builds
|
||||
'';
|
||||
};
|
||||
|
||||
nix.binaryCaches = [
|
||||
"https://cache.nixos.org"
|
||||
"https://hydra.iohk.io"
|
||||
|
|
Loading…
Reference in a new issue