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

nixos/boot: use --replace-fail

This commit is contained in:
Pol Dellaiera 2024-06-06 18:33:30 +02:00
parent d2e7ed816e
commit f2318b9d58
No known key found for this signature in database
GPG key ID: D476DFE9C67467CA

View file

@ -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 ]; }}"
];