chore: update dir_env
parent
9bb13523a5
commit
dd3ff1a697
|
@ -1,9 +1,5 @@
|
||||||
{ pkgs ? import <nixos-unstable> {} }:
|
{ pkgs ? import <nixos-unstable> {} }:
|
||||||
pkgs.mkShell {
|
pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs; [ nodejs-18_x yarn ];
|
nativeBuildInputs = with pkgs; [ nodejs ];
|
||||||
|
|
||||||
shellHook = ''
|
|
||||||
yarn set version berry
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue