diff options
| author | Michael Hoang <enzime@users.noreply.github.com> | 2024-10-26 12:31:53 +1100 |
|---|---|---|
| committer | Michael Hoang <enzime@users.noreply.github.com> | 2024-10-27 21:52:41 +1100 |
| commit | 55be3e1a5f9c816f30baf0d9de8ba77c954847dd (patch) | |
| tree | 325612ee03c0ffd1c3c01de9985228481ff06b7f /modules/system | |
| parent | dc6f754fe5d3b0d1ee6b033495c87ec3199a7f68 (diff) | |
users: move checks to `system.checks`
Diffstat (limited to 'modules/system')
| -rw-r--r-- | modules/system/activation-scripts.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/system/activation-scripts.nix b/modules/system/activation-scripts.nix index da8eb5c..5f8916c 100644 --- a/modules/system/activation-scripts.nix +++ b/modules/system/activation-scripts.nix @@ -86,6 +86,7 @@ in exit $_status ''; + # FIXME: activationScripts.checks should be system level system.activationScripts.userScript.text = '' #! ${stdenv.shell} set -e |
