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