From 54f6be1861f5ec65d23c397a68a456ee1e96c7bc Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 12 Nov 2024 18:08:31 +0800 Subject: [PATCH] shell: update --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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