tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
nixpkgs
/
pkgs
/
development
/
compilers
/
emscripten
/
locate_cache.sh
at
devShellTools-shell
1 lines
94 B
view raw
wrap content
1
export
EM_CACHE
=
${
EM_CACHE
:-
"
/tmp/
$(
basename
$(
realpath
$(
dirname
$(
which emcc
)
)
/..
)
)
_cache
"
}