mirror of
https://github.com/LnL7/nix-darwin.git
synced 2025-03-31 04:04:45 +00:00
activation-scripts: move createRun
after checks
The checks should no longer depend on `/run`, so this avoids modifying the system before they run.
This commit is contained in:
parent
26c02d8278
commit
b58d98d49e
1 changed files with 1 additions and 1 deletions
|
@ -113,8 +113,8 @@ in
|
|||
|
||||
${cfg.activationScripts.preActivation.text}
|
||||
|
||||
${cfg.activationScripts.createRun.text}
|
||||
${cfg.activationScripts.checks.text}
|
||||
${cfg.activationScripts.createRun.text}
|
||||
${cfg.activationScripts.extraActivation.text}
|
||||
${cfg.activationScripts.groups.text}
|
||||
${cfg.activationScripts.users.text}
|
||||
|
|
Loading…
Add table
Reference in a new issue