all repos — searchix @ 028a2b173c7c9ed37450412798a088e0b26bc231

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

build: workaround nix weirdness
Alan Pearce alan@alanpearce.eu
Sun, 12 May 2024 23:52:46 +0200
commit

028a2b173c7c9ed37450412798a088e0b26bc231

parent

ad064dfb954a815f1e5175ab42033fc9e1fb6d02

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

jump to
M nix/package.nixnix/package.nix
@@ -30,6 +30,7 @@ (maybeMissing ../frontend/static/base.css);   };
 
   patchPhase = ''
+    rm -f frontend/static/base.css
     cp ${css} frontend/static/base.css
   '';
   tags = [ "embed" ];