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

View File

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