first commit
This commit is contained in:
commit
928887c1a3
8 changed files with 384 additions and 0 deletions
11
shell.nix
Normal file
11
shell.nix
Normal file
|
@ -0,0 +1,11 @@
|
|||
{pkgs ? import <nixpkgs> {}}:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs.buildPackages; [
|
||||
cargo
|
||||
rustc
|
||||
rustfmt
|
||||
pkg-config
|
||||
openssl
|
||||
cargo-edit
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue