Skip to content

Commit cfd81dd

Browse files
committed
feat(nix): Add shell.nix
Signed-off-by: dark0dave <[email protected]>
1 parent d5107fc commit cfd81dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

shell.nix

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ pkgs ? import <nixpkgs> {} }:
2+
pkgs.mkShell {
3+
buildInputs = [
4+
pkgs.git
5+
pkgs.pre-commit
6+
pkgs.rustup
7+
];
8+
}

0 commit comments

Comments
 (0)