create rudimentary try-kraken-online

This commit is contained in:
Nathan Braswell
2020-05-03 00:10:09 -04:00
parent c61b9d3c22
commit e6e053eaff
3 changed files with 51 additions and 0 deletions

10
shell.nix Normal file
View File

@@ -0,0 +1,10 @@
with import <nixpkgs> { };
mkShell {
LANG="en_US.UTF-8";
nativeBuildInputs = [
emscripten
nodejs
];
}