about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-05-12 23:52:46 +0200
committerAlan Pearce2024-05-13 00:46:18 +0200
commit028a2b173c7c9ed37450412798a088e0b26bc231 (patch)
tree34b5dc290fbfa04d286fa8adf3f10b2eff6217bd
parentad064dfb954a815f1e5175ab42033fc9e1fb6d02 (diff)
downloadsearchix-028a2b173c7c9ed37450412798a088e0b26bc231.tar.lz
searchix-028a2b173c7c9ed37450412798a088e0b26bc231.tar.zst
searchix-028a2b173c7c9ed37450412798a088e0b26bc231.zip
build: workaround nix weirdness
-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" ];