From 028a2b173c7c9ed37450412798a088e0b26bc231 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 12 May 2024 23:52:46 +0200 Subject: build: workaround nix weirdness --- nix/package.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nix/package.nix') diff --git a/nix/package.nix b/nix/package.nix index ffb0a16..8aff1c8 100644 --- a/nix/package.nix +++ b/nix/package.nix @@ -30,6 +30,7 @@ buildGoApplication { }; patchPhase = '' + rm -f frontend/static/base.css cp ${css} frontend/static/base.css ''; tags = [ "embed" ]; -- cgit 1.4.1