aboutsummaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-30 11:11:35 +0200
committerGitea <gitea@fake.local>2022-06-02 12:00:10 +0200
commitb54a938724e5551f6436f551cafec3d1324a6260 (patch)
tree6bc3ff8f8bc86fb9bee377064e0cc99db563759c /default.nix
parentff06d3f0829464863e64ed55471f2caa13bed191 (diff)
downloadgarage-b54a938724e5551f6436f551cafec3d1324a6260.tar.gz
garage-b54a938724e5551f6436f551cafec3d1324a6260.zip
Fix garage_version() now that GIT_VERSION is read in crate garage_rpcv0.7.2.1
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix2
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" ]; }
//