mirror of
https://codeberg.org/angestoepselt/homepage.git
synced 2025-05-24 14:46:16 +00:00
Add npm-check-updates to development shell
This commit is contained in:
parent
3a2de613a4
commit
c471aea5c4
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
|
||||
shellHook = ''
|
||||
export NODE_PATH=${nodeDependencies}/lib/node_modules
|
||||
export PATH="${nodeDependencies}/bin:${nodejs}/bin:$PATH"
|
||||
export PATH="${nodeDependencies}/bin:${nodejs}/bin:${pkgs.nodePackages.npm-check-updates}/bin:$PATH"
|
||||
|
||||
echo ""
|
||||
echo " To start editing content, run:"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue