Files
kraken/shell.nix

13 lines
147 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
valgrind
kcachegrind
2020-05-03 00:10:09 -04:00
];
}