diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-30 11:11:35 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-30 11:11:35 +0200 |
commit | b5357546d2f47250fce8b045bcb0fcbf03654b74 (patch) | |
tree | ea0f1877cb113e6a8b12cc06a2f28f26ce25f519 | |
parent | 93eab8eaa3927b99626fee4a747a0f9f041cafdb (diff) | |
download | garage-b5357546d2f47250fce8b045bcb0fcbf03654b74.tar.gz garage-b5357546d2f47250fce8b045bcb0fcbf03654b74.zip |
Fix garage_version() now that GIT_VERSION is read in crate garage_rpcfix/git-version
-rw-r--r-- | default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/default.nix b/default.nix index 21a413b2..de996ac1 100644 --- a/default.nix +++ b/default.nix @@ -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" ]; } // |