mirror of
https://github.com/LnL7/nix-darwin.git
synced 2024-12-14 11:57:34 +00:00
installer: setup /run
This commit is contained in:
parent
9dd2d679cb
commit
977ed04a60
1 changed files with 7 additions and 0 deletions
|
@ -41,4 +41,11 @@ with lib;
|
|||
esac
|
||||
fi
|
||||
'';
|
||||
|
||||
system.activationScripts.preActivation.text = ''
|
||||
echo "setting up /run..."
|
||||
if ! test -L /run; then
|
||||
sudo ln -sfn private/var/run /run
|
||||
fi
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue