diff --git a/shell.nix b/shell.nix index f338268..55b4381 100644 --- a/shell.nix +++ b/shell.nix @@ -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