feat: Rust templates
This commit is contained in:
parent
50a0f0abc2
commit
e5faf58ba8
33 changed files with 630 additions and 1 deletions
10
rust/cargo-stable/nixpkgs/shell.nix
Normal file
10
rust/cargo-stable/nixpkgs/shell.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
let inherit (pkgs)
|
||||
mkShellNoCC
|
||||
rustc
|
||||
cargo
|
||||
rust-analyzer
|
||||
;
|
||||
in mkShellNoCC {
|
||||
packages = [ rustc cargo rust-analyzer ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue