shell: update

This commit is contained in:
Gabriel Arazas 2024-11-12 18:08:31 +08:00
parent d02ed82414
commit 54f6be1861
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -7,9 +7,10 @@ in
let
docs = import ./docs { inherit pkgs; };
website = docs.website { };
in
pkgs.mkShell {
inputsFrom = [ docs.website ];
inputsFrom = [ website ];
packages = with pkgs; [
npins