Upgrade cargo2nix

This commit is contained in:
Quentin 2022-02-03 15:21:57 +01:00 committed by Jill
parent 07fd59c8e6
commit ebce4d4b55
Signed by: KokaKiwi
GPG Key ID: 09A5A2688F13FAC1
2 changed files with 3 additions and 2 deletions

View File

@ -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";
};
/*

View File

@ -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 [