initial commit
This commit is contained in:
commit
018869e0fa
10 changed files with 825 additions and 0 deletions
4
shell.nix
Normal file
4
shell.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [ pkgs.cargo pkgs.rustc ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue