about summary refs log tree commit diff stats
path: root/nix/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/default.nix')
-rw-r--r--nix/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/default.nix b/nix/default.nix
index ba9e751..10d52a0 100644
--- a/nix/default.nix
+++ b/nix/default.nix
@@ -74,6 +74,7 @@ with pkgs; rec {
       ];
     };
     modules = ./gomod2nix.toml;
+    subPackages = [ "cmd/server" ];
     ldflags = [ "-s" "-w" "-X" "main.Commit=${fullSHA}" ];
   };
   docker-stream = mkDockerStream { inherit server website; };