M justfile →
justfile prepare:
ln -sf $(nix-build --no-out-link -A css) frontend/static/base.css
+update-nixos-options:
+ ln -sf $(nix-build --no-out-link -A nixos-options)/share/doc/nixos/options.json data/nixos-options.json
+
checkformat:
gofmt -d .
goimports -d .