chore: import bvg
This commit is contained in:
8
bvg/node/shell.nix
Normal file
8
bvg/node/shell.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
with import <nixpkgs> {};
|
||||
stdenv.mkDerivation {
|
||||
name = "bvg-node";
|
||||
buildInputs = [ nodePackages.yarn nodePackages.typescript ];
|
||||
shellHook = ''
|
||||
export PATH=$PATH:$(pwd)/node_modules/.bin
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user