Dev shell now sources /bin/bash + define makejs function

This commit is contained in:
Emile Clark-Boman 2025-07-22 03:16:51 +10:00
parent bd83aa2d06
commit 01cb3dc434

View file

@ -21,6 +21,12 @@
gnumake gnumake
emscripten emscripten
]; ];
shell = "${pkgs.bash}/bin/bash";
shellHook = ''
function makejs { make -f Makefile.js $@; }
'';
}; };
}; };
} }