diff options
Diffstat (limited to 'justfile')
-rw-r--r-- | justfile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/justfile b/justfile index b780c07..b878de3 100644 --- a/justfile +++ b/justfile @@ -4,6 +4,9 @@ default: 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 . |