0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

nixos/nix-daemon: don't refer to deprecated option aliases

The `gc-` prefixed versions of these options have been
deprecated since Nix 2.0.
This commit is contained in:
edef 2019-10-08 06:53:53 +00:00
parent f702ae1516
commit a68219b79b
2 changed files with 4 additions and 4 deletions

View file

@ -152,8 +152,8 @@ in
type = types.lines;
default = "";
example = ''
gc-keep-outputs = true
gc-keep-derivations = true
keep-outputs = true
keep-derivations = true
'';
description = "Additional text appended to <filename>nix.conf</filename>.";
};