nixbot

builds

SBEE-Lab/infra build #106 failed

branch main · PR #625 · commit 2dc27e4215 · · took 1m 53s

1 failed
failed attributes
status attribute duration
failed x86_64-linux.treefmt 1s
treefmt-check: users.groups.${cfg.group} = { }; users.users.${cfg.user} = { isSystemUser = true; - group = cfg.group; + inherit (cfg) …
treefmt-check:
     users.groups.${cfg.group} = { };
     users.users.${cfg.user} = {
       isSystemUser = true;
-      group = cfg.group;
+      inherit (cfg) group;
       home = cfg.paths.stateRoot;
       createHome = true;
     };
5 succeeded
succeeded attributes
status attribute duration
loading…
12 already built
skipped attributes
status attribute duration
loading…