From 319b79cd7d72c6a49137ef50fa06e807e7a89c2b Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 20 May 2024 23:12:08 +0200 Subject: build: fix `prepare` task not working after flake migration --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'justfile') diff --git a/justfile b/justfile index 1295f29..3e63590 100644 --- a/justfile +++ b/justfile @@ -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 . -- cgit 1.4.1