fix missing commit hashes in binary
1 file changed, 2 insertions(+), 2 deletions(-)
changed files
M nix/default.nix → nix/default.nix
@@ -80,9 +80,9 @@ ldflags = [ "-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; };