all repos — searchix @ 7b8b638defa3cb4d18a79126f261115f971513c2

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

build: copy base CSS instead of linking
Alan Pearce alan@alanpearce.eu
Mon, 24 Mar 2025 14:29:12 +0100
commit

7b8b638defa3cb4d18a79126f261115f971513c2

parent

243ce5bcef694c4c7f652c5e71adc4ee512a8de9

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
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