fixup! WIP: templates: add rust
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
9caee54f2b
commit
d8d75bf576
2 changed files with 6 additions and 2 deletions
|
|
@ -7,4 +7,8 @@
|
|||
path = ./c++-meson;
|
||||
description = "A C++ project using CMake";
|
||||
};
|
||||
"rust" = {
|
||||
path = ./rust;
|
||||
description = "A Rust project using nixpkgs' tooling";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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}";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue