Add basic rust nix dev shell
This commit is contained in:
parent
f094f30091
commit
e63a13e10f
1 changed files with 7 additions and 0 deletions
7
nix/rusty.nix
Normal file
7
nix/rusty.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ pkgs }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
rustup
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue