diff --git a/shell/system76-docs/shell.nix b/shell/system76-docs/shell.nix index bb0ad96..80ae480 100644 --- a/shell/system76-docs/shell.nix +++ b/shell/system76-docs/shell.nix @@ -4,4 +4,10 @@ nodejs-18_x nodePackages.npm ]; + shellHook = + '' + cd /home/aaronh/Projects/system76/docs + npm ci + npm start + ''; }