about summary refs log tree commit diff stats
path: root/nix/package.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/package.nix')
-rw-r--r--nix/package.nix1
1 files changed, 1 insertions, 0 deletions
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" ];