all repos — searchix @ 319b79cd7d72c6a49137ef50fa06e807e7a89c2b

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

build: fix `prepare` task not working after flake migration

Alan Pearce
commit

319b79cd7d72c6a49137ef50fa06e807e7a89c2b

parent

9c790c1c620e46ca8d2cf49c50951635621e9a7d

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M justfilejustfile
@@ -2,7 +2,7 @@ default:
@just --list --justfile {{ justfile() }} --unsorted prepare: - ln -sf $(nix-build --no-out-link -A css) frontend/static/base.css + nix build .#css -o frontend/static/base.css checkformat: gofmt -d .