Fix garage_version() now that GIT_VERSION is read in crate garage_rpc #320

Merged
lx merged 1 commit from fix/git-version into main 2022-06-02 10:00:12 +00:00

View file

@ -69,7 +69,7 @@ in let
we ask the user (the CI often) to pass the value to Nix. we ask the user (the CI often) to pass the value to Nix.
*/ */
(pkgs.rustBuilder.rustLib.makeOverride { (pkgs.rustBuilder.rustLib.makeOverride {
name = "garage"; name = "garage_rpc";
overrideAttrs = drv: overrideAttrs = drv:
/* [1] */ { hardeningDisable = [ "pie" ]; } /* [1] */ { hardeningDisable = [ "pie" ]; }
// //