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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/package.nix b/nix/package.nix
index cf00514..c2c1054 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -13,7 +13,7 @@
 , css
 }:
 let
-  version = "0.1.30";
+  version = "0.1.34";
 in
 buildGoApplication {
   pname = "searchix";
@@ -24,10 +24,10 @@ buildGoApplication {
       (unions [
         ../go.mod
         ../go.sum
-        ../searchix.go
         ../internal
         ../frontend
         ../cmd
+        ../web
       ])
       (maybeMissing ../frontend/static/base.css);
   };