mirror of
https://github.com/NixOS/nix
synced 2025-06-29 19:03:16 +02:00
Remove hashed-mirrors
This commit is contained in:
parent
79c169d1c6
commit
3e3eaa90dd
3 changed files with 0 additions and 45 deletions
|
@ -339,9 +339,6 @@ public:
|
|||
"setuid/setgid bits or with file capabilities."};
|
||||
#endif
|
||||
|
||||
Setting<Strings> hashedMirrors{this, {"http://tarballs.nixos.org/"}, "hashed-mirrors",
|
||||
"A list of servers used by builtins.fetchurl to fetch files by hash."};
|
||||
|
||||
Setting<uint64_t> minFree{this, 0, "min-free",
|
||||
"Automatically run the garbage collector when free disk space drops below the specified amount."};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue