mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
nixos/boot: use --replace-fail
This commit is contained in:
parent
d2e7ed816e
commit
f2318b9d58
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue