Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit ac03ce5

Browse files
Add nix dev shell
1 parent b578013 commit ac03ce5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

shell.nix

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{ pkgs ? import <nixpkgs> {} }:
2+
3+
with pkgs;
4+
mkShell {
5+
buildInputs = [
6+
emscripten
7+
nodejs
8+
rustup
9+
SDL2
10+
];
11+
}

0 commit comments

Comments
 (0)