test naive templates
This commit is contained in:
10
rust/shell.nix
Normal file
10
rust/shell.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{pkgs ? import <nixpkgs> {}}:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
cargo
|
||||
rustc
|
||||
pkg-config
|
||||
openssl
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user