Initial commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{ pkgs }: {
|
||||
deps = [
|
||||
pkgs.rustc
|
||||
pkgs.rustfmt
|
||||
pkgs.cargo
|
||||
pkgs.cargo-edit
|
||||
pkgs.rust-analyzer
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user