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:
parent
d2e7ed816e
commit
f2318b9d58
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue