chore: add direnv config
parent
7fdaa8a38a
commit
6b8c7b4e26
|
@ -0,0 +1,5 @@
|
|||
{ pkgs ? import <nixos-unstable> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ nodejs yarn ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue