all repos — searchix @ 7b8b638defa3cb4d18a79126f261115f971513c2

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

build: copy base CSS instead of linking

Alan Pearce
commit

7b8b638defa3cb4d18a79126f261115f971513c2

parent

243ce5bcef694c4c7f652c5e71adc4ee512a8de9

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

changed files
M justfilejustfile
@@ -2,7 +2,7 @@ default:
@just --list --justfile {{ justfile() }} --unsorted prepare: - nix build .#css -o frontend/static/base.css + cp -f $(nix build --print-out-paths .#css) frontend/static/base.css update-go-dependencies: go get -u all