mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
treewide: deprecate DRY_RUN_CMD and DRY_RUN_NULL
As a replacement, this adds the `run` helper function.
This commit is contained in:
parent
6b28ab2d79
commit
4256729006
25 changed files with 125 additions and 67 deletions
|
|
@ -110,5 +110,5 @@ function systemdPostReload() {
|
|||
oldGenPath="$1"
|
||||
newGenPath="$2"
|
||||
|
||||
$DRY_RUN_CMD systemctl --user daemon-reload
|
||||
run systemctl --user daemon-reload
|
||||
systemdPostReload
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue