all repos — searchix @ 177c2de3f7c2b1cee8dbea4acaa896a334ba3162

Search engine for NixOS, nix-darwin, home-manager and NUR users

feat: add css

Alan Pearce
commit

177c2de3f7c2b1cee8dbea4acaa896a334ba3162

parent

8411fb4a3acebe46acaf7a2ff6c4e58018737d65

1 file changed, 4 insertions(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -1,6 +1,9 @@
default: @just --list --justfile {{ justfile() }} --unsorted +prepare: + ln -sf $(nix-build --no-out-link -A css) frontend/static/style.css + checkformat: gofmt -d . goimports -d .
@@ -15,5 +18,5 @@
precommit: nix-build -A pre-commit-check -dev: +dev: prepare wgo run ./serve/ --live