add customVersion flag
All checks were successful
Build and Push to Cachix / Push to Binary Cache (X86-64) (push) Successful in 3m40s
Build and Push to Cachix / Push to Binary Cache (aarch64) (push) Successful in 7m11s

This commit is contained in:
Adithya 2024-12-06 22:55:29 +05:30
parent 846db1bc9d
commit 9e4726ce84
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -40,6 +40,7 @@
ldflags = [ ldflags = [
"-s" "-s"
"-w" "-w"
"-X github.com/caddyserver/caddy/v2.CustomVersion=${version}"
]; ];
nativeBuildInputs = [pkgs.installShellFiles]; nativeBuildInputs = [pkgs.installShellFiles];