mirror of
https://github.com/NixOS/nix
synced 2025-06-24 13:51:16 +02:00
fix: make sure directory exists before using ln
This commit is contained in:
parent
059bdb5a64
commit
5f71ebb956
1 changed files with 3 additions and 0 deletions
|
@ -96,6 +96,9 @@ poly_configure_nix_daemon_service() {
|
|||
if [ -e /run/systemd/system ]; then
|
||||
task "Setting up the nix-daemon systemd service"
|
||||
|
||||
_sudo "to create parent of the nix-daemon tmpfiles config" \
|
||||
mkdir -p "$(dirname "$TMPFILES_DEST")"
|
||||
|
||||
_sudo "to create the nix-daemon tmpfiles config" \
|
||||
ln -sfn "/nix/var/nix/profiles/default$TMPFILES_SRC" "$TMPFILES_DEST"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue