diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-30 11:11:35 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-06-02 12:00:10 +0200 |
commit | b54a938724e5551f6436f551cafec3d1324a6260 (patch) | |
tree | 6bc3ff8f8bc86fb9bee377064e0cc99db563759c | |
parent | ff06d3f0829464863e64ed55471f2caa13bed191 (diff) | |
download | garage-b54a938724e5551f6436f551cafec3d1324a6260.tar.gz garage-b54a938724e5551f6436f551cafec3d1324a6260.zip |
Fix garage_version() now that GIT_VERSION is read in crate garage_rpcv0.7.2.1
-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" ]; } // |