8
hosts/common/shells/rust/default.nix
Normal file
8
hosts/common/shells/rust/default.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
pkgs.mkShell {
|
||||
packages = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
rustfmt
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user