fix DENO_DIR
This commit is contained in:
parent
792131097c
commit
a25bb5d1ca
4 changed files with 10 additions and 4 deletions
|
|
@ -21,6 +21,7 @@
|
|||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = [ pkgs.deno ];
|
||||
shellHook = ''
|
||||
export DENO_DIR=$PWD/.deno_cache
|
||||
${shelf.setupScript}
|
||||
|
||||
echo "Availabe scrolls:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue