forked from Deuxfleurs/garage
Upgrade cargo2nix
This commit is contained in:
parent
3baa841d6f
commit
084dcdbd3a
2 changed files with 3 additions and 2 deletions
|
@ -10,7 +10,8 @@ rec {
|
|||
cargo2nixSrc = fetchGit {
|
||||
# As of 2021-10-06
|
||||
url = "https://github.com/superboum/cargo2nix";
|
||||
rev = "1364752cd784764db2ef5b1e1248727cebfae2ce";
|
||||
ref = "backward-compat";
|
||||
rev = "08d963f32a774353ee8acf3f61749915875c1ec4";
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -76,7 +76,7 @@ function refresh_toolchain {
|
|||
pkgs.rustPlatform.rust.cargo
|
||||
pkgs.clippy
|
||||
pkgs.rustfmt
|
||||
/*(pkgs.callPackage cargo2nix {}).package*/
|
||||
/* cargo2nix.packages.x86_64-linux.cargo2nix */
|
||||
] else [])
|
||||
++
|
||||
(if integration then [
|
||||
|
|
Loading…
Reference in a new issue