fixup! WIP: templates: add rust
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2023-05-10 13:20:18 +00:00
parent 9caee54f2b
commit d8d75bf576
2 changed files with 6 additions and 2 deletions

View file

@ -42,8 +42,6 @@
lockFile = "${self}/Cargo.lock";
};
doCheck = true;
meta = with lib; {
description = "A Rust project";
homepage = "https://gitea.belanyi.fr/ambroisie/project";
@ -92,7 +90,9 @@
];
packages = with pkgs; [
clippy
rust-analyzer
rustfmt
];
RUST_SRC_PATH = "${pkgs.rust.packages.stable.rustPlatform.rustLibSrc}";