aboutsummaryrefslogtreecommitdiff
path: root/nix/common.nix
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-09-27 11:19:31 +0200
committerAlex Auvolat <alex@adnab.me>2022-09-27 11:19:31 +0200
commit086cf4916c3b613ac62f89da05df05cd16051d9d (patch)
tree5d848338368f83c2c9cf8d9ada53b3d61206236c /nix/common.nix
parentd104ae871170e5d1dac644921815bcce8496f23c (diff)
downloadgarage-086cf4916c3b613ac62f89da05df05cd16051d9d.tar.gz
garage-086cf4916c3b613ac62f89da05df05cd16051d9d.zip
Demonstrate cargo2nix bugdemonstrate-cargo2nix-bug
Diffstat (limited to 'nix/common.nix')
-rw-r--r--nix/common.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/nix/common.nix b/nix/common.nix
index aa59cdc0..2a1162df 100644
--- a/nix/common.nix
+++ b/nix/common.nix
@@ -9,9 +9,9 @@ rec {
};
cargo2nixSrc = fetchGit {
# As of 2022-08-29, stacking two patches: superboum@dedup_propagate and Alexis211@fix_fetchcrategit
- url = "https://github.com/Alexis211/cargo2nix";
- ref = "fix_fetchcrategit";
- rev = "4b31c0cc05b6394916d46e9289f51263d81973b9";
+ url = "https://github.com/superboum/cargo2nix";
+ ref = "dedup_propagate";
+ rev = "486675c67249e735dd7eb68e1b9feac9db102be7";
};
/*