update licensing

This commit is contained in:
EatThePooh 2025-09-01 14:06:50 +07:00
parent fcf1979a1d
commit 864ace2581
7 changed files with 144 additions and 82 deletions

View file

@ -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