Files
kraken/shell.nix

15 lines
168 B
Nix

with import <nixpkgs> { };
mkShell {
LANG="en_US.UTF-8";
nativeBuildInputs = [
emscripten
nodejs
valgrind
kcachegrind
chicken
chez
];
}