update licensing
This commit is contained in:
parent
fcf1979a1d
commit
864ace2581
7 changed files with 144 additions and 82 deletions
|
|
@ -22,7 +22,7 @@
|
|||
import ./nix/website.nix { inherit pkgs; root = ./.; };
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = [ pkgs.deno pkgs.pandoc ];
|
||||
buildInputs = with pkgs; [ deno pandoc reuse ];
|
||||
shellHook = ''
|
||||
export DENO_DIR=$PWD/.deno_cache
|
||||
${shelf.setupScript}/bin/install-deno-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue