From a04ec2d5658a85913c81061636309893d96f0531 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 27 Apr 2024 21:34:47 +0200 Subject: fix missing commit hashes in binary --- nix/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nix') diff --git a/nix/default.nix b/nix/default.nix index e818c5a..de427db 100644 --- a/nix/default.nix +++ b/nix/default.nix @@ -80,9 +80,9 @@ with pkgs; rec { "-s" "-w" "-X" - "main.CommitSHA=${fullSHA}" + "website/internal/server.CommitSHA=${fullSHA}" "-X" - "main.ShortSHA=${shortSHA}" + "website/internal/server.ShortSHA=${shortSHA}" ]; }; docker-stream = mkDockerStream { inherit server website; }; -- cgit 1.4.1