Merge pull request #317785 from drupol/nixos-boot-use-replace-fail

nixos/boot: use `--replace-fail`
This commit is contained in:
Florian Klink
2024-06-06 20:54:18 +02:00
committed by GitHub
@@ -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 ]; }}"
];