build(nix): Ensure `PATH` variable includes absolute path to `node_modules`
This commit is contained in:
parent
f955dd70a9
commit
933d823120
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue