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/crane/shell.nix
Normal file
10
rust/cargo-stable/crane/shell.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ pkgs ? import <nixpkgs> {},
|
||||
crane ? builtins.getFlake "github:ipetkov/crane"
|
||||
}:
|
||||
let
|
||||
inherit (pkgs)
|
||||
rust-analyzer
|
||||
;
|
||||
in (crane.mkLib pkgs).devShell {
|
||||
packages = [ rust-analyzer ];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue