Files
kraken/shell.nix

11 lines
118 B
Nix
Raw Normal View History

2020-05-03 00:10:09 -04:00
with import <nixpkgs> { };
mkShell {
LANG="en_US.UTF-8";
nativeBuildInputs = [
emscripten
nodejs
];
}