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