Skip to content
Snippets Groups Projects
Verified Commit a74b3a42 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

chore: Fix quotes in `flake.nix` for release values

- Fix the quotes in `flake.nix` for `ldflags` by adding escaped quotes around the values
parent 1297b8b2
No related branches found
No related tags found
No related merge requests found
...@@ -64,8 +64,8 @@ ...@@ -64,8 +64,8 @@
vendorSha256 = "sha256-81IBG8H1jsYKD+tmFeCpAWFdz6cuQDt9r+FV56xboBU="; vendorSha256 = "sha256-81IBG8H1jsYKD+tmFeCpAWFdz6cuQDt9r+FV56xboBU=";
ldflags = [ ldflags = [
"-X release.version=${version}" "-X \"release.version=${version}\""
"-X release.build=${build}" "-X \"release.build=${build}\""
]; ];
buildInputs = [ versionTool.defaultPackage.${system} ]; buildInputs = [ versionTool.defaultPackage.${system} ];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment