Demonstrate cargo2nix bug

This commit is contained in:
Alex Auvolat
2022-09-27 11:19:31 +02:00
parent d104ae8711
commit 086cf4916c
7 changed files with 46 additions and 43 deletions
+3 -3
View File
@@ -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";
};
/*