cargo init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
{ pkgs }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
rustc
|
||||
cargo
|
||||
];
|
||||
shellHook = ''
|
||||
echo "dev-shell-loaded"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user