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 {
|
pkgs.substitute {
|
||||||
src = "${systemd}/example/sysctl.d/50-coredump.conf";
|
src = "${systemd}/example/sysctl.d/50-coredump.conf";
|
||||||
substitutions = [
|
substitutions = [
|
||||||
"--replace"
|
"--replace-fail"
|
||||||
"${systemd}"
|
"${systemd}"
|
||||||
"${pkgs.symlinkJoin { name = "systemd"; paths = [ systemd ]; }}"
|
"${pkgs.symlinkJoin { name = "systemd"; paths = [ systemd ]; }}"
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user