Fix garage_version() now that GIT_VERSION is read in crate garage_rpc
Some checks reported errors
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
continuous-integration/drone Build was killed

This commit is contained in:
Alex 2022-05-30 11:11:35 +02:00
parent 93eab8eaa3
commit b5357546d2
Signed by: lx
GPG key ID: 0E496D15096376BE

View file

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