Dev shell now sources /bin/bash + define makejs function
This commit is contained in:
parent
bd83aa2d06
commit
01cb3dc434
1 changed files with 6 additions and 0 deletions
|
|
@ -21,6 +21,12 @@
|
|||
gnumake
|
||||
emscripten
|
||||
];
|
||||
|
||||
shell = "${pkgs.bash}/bin/bash";
|
||||
|
||||
shellHook = ''
|
||||
function makejs { make -f Makefile.js $@; }
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue