build(nix): Ensure `PATH` variable includes absolute path to `node_modules`

This commit is contained in:
Emil Ivanichkov 2024-01-22 16:19:37 +02:00
parent f955dd70a9
commit 933d823120
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
figlet figlet
]; ];
shellHook = '' shellHook = ''
export PATH="$PWD/node_modules/.bin:$PATH"
if [ "''${DISABLE_DEVSHELL_BANNER:-}" != true ]; then if [ "''${DISABLE_DEVSHELL_BANNER:-}" != true ]; then
figlet "Welcome to Nimbus-GUI" figlet "Welcome to Nimbus-GUI"
fi fi