make cache dir configurable
This commit is contained in:
parent
e50afb2a22
commit
4cef3f1fd0
3 changed files with 5 additions and 7 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
perSystem = { config, pkgs, ... }: {
|
||||
deno-with-packages.lockfiles = [ ./deno.lock ];
|
||||
deno-with-packages.dir = "$FLAKE_ROOT/.deno_cache";
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
inputsFrom = [ config.flake-root.devShell ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue