Set up Cargo and Nix project
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
{ pkgs }:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
cargo
|
||||
clippy
|
||||
git
|
||||
nixfmt
|
||||
rustc
|
||||
rustfmt
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
echo "decodal dev shell"
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user