contentAddressedByDefault
This commit is contained in:
parent
fde6041d05
commit
0e71c1cdb7
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
];
|
||||
pkgs = import nixpkgs {
|
||||
inherit system overlays;
|
||||
config.contentAddressedByDefault = true;
|
||||
};
|
||||
rustPkgs = pkgs.rustBuilder.makePackageSet {
|
||||
packageFun = import ./Cargo.nix;
|
||||
|
|
Loading…
Reference in a new issue