From 49596b8e08725afd0629a60ce54e56c08c723b37 Mon Sep 17 00:00:00 2001 From: Brian McGee Date: Fri, 23 Feb 2024 11:53:39 +0000 Subject: [PATCH] fix: setting build Name and Version Signed-off-by: Brian McGee --- nix/packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/packages.nix b/nix/packages.nix index e0f8604..2a7d2e1 100644 --- a/nix/packages.nix +++ b/nix/packages.nix @@ -31,8 +31,8 @@ ldflags = [ "-s" "-w" - "-X 'build.Name=${pname}'" - "-X 'build.Version=${version}'" + "-X git.numtide.com/numtide/treefmt/build.Name=${pname}" + "-X git.numtide.com/numtide/treefmt/build.Version=v${version}" ]; nativeBuildInputs =