chore: add Nix direnv config
parent
88218ac974
commit
c39703e173
|
@ -0,0 +1,9 @@
|
|||
{ pkgs ? import <nixos-unstable> {} }:
|
||||
pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs; [ nodejs-18_x yarn ];
|
||||
|
||||
shellHook = ''
|
||||
yarn set version berry
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue