Skip to content

Commit 859092b

Browse files
committed
activation-scripts: move createRun after checks
The checks should no longer depend on `/run`, so this avoids modifying the system before they run.
1 parent 60d0fb5 commit 859092b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/system/activation-scripts.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ in
113113
114114
${cfg.activationScripts.preActivation.text}
115115
116-
${cfg.activationScripts.createRun.text}
117116
${cfg.activationScripts.checks.text}
117+
${cfg.activationScripts.createRun.text}
118118
${cfg.activationScripts.extraActivation.text}
119119
${cfg.activationScripts.groups.text}
120120
${cfg.activationScripts.users.text}

0 commit comments

Comments
 (0)