Merge pull request #317785 from drupol/nixos-boot-use-replace-fail
nixos/boot: use `--replace-fail`
This commit is contained in:
commit
610a87e260
@ -53,7 +53,7 @@ in {
|
||||
pkgs.substitute {
|
||||
src = "${systemd}/example/sysctl.d/50-coredump.conf";
|
||||
substitutions = [
|
||||
"--replace"
|
||||
"--replace-fail"
|
||||
"${systemd}"
|
||||
"${pkgs.symlinkJoin { name = "systemd"; paths = [ systemd ]; }}"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user