mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-08 11:36:05 +01:00
tmpfiles: use correct path in the onChange hook
This commit is contained in:
parent
8c824254b1
commit
c93684cd87
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ let
|
||||||
]}
|
]}
|
||||||
'';
|
'';
|
||||||
onChange = ''
|
onChange = ''
|
||||||
run ${pkgs.systemd}/bin/systemd-tmpfiles --user --remove --create ''${DRY_RUN:+--dry-run} '${mkFileName name}'
|
run ${pkgs.systemd}/bin/systemd-tmpfiles --user --remove --create ''${DRY_RUN:+--dry-run} '${config.xdg.configHome}/${mkFileName name}'
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue