diff options
author | Alex Auvolat <alex@adnab.me> | 2022-10-18 12:15:45 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-10-18 12:15:45 +0200 |
commit | 00cf076412b88ae0c6254fc16b9bbe661c4f01f2 (patch) | |
tree | 5e0cc1f982d7011a0aa252f1e16b0f7747c6ff7b /nix/common.nix | |
parent | 7c0c2299349d81bdffe38f901770d501c5ad625f (diff) | |
download | garage-00cf076412b88ae0c6254fc16b9bbe661c4f01f2.tar.gz garage-00cf076412b88ae0c6254fc16b9bbe661c4f01f2.zip |
Fix cargo2nix feature discovery
Diffstat (limited to 'nix/common.nix')
-rw-r--r-- | nix/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/common.nix b/nix/common.nix index 2b9cc751..576121e4 100644 --- a/nix/common.nix +++ b/nix/common.nix @@ -19,7 +19,7 @@ rec { # As of 2022-10-14: (TODO) url = "https://github.com/Alexis211/cargo2nix"; ref = "custom_unstable"; - rev = "15543df35485bef9e2092391ecafa78eae5fa740"; + rev = "a7a61179b66054904ef6a195d8da736eaaa06c36"; }; /* |