chore: update dir_env

This commit is contained in:
Jalil Arfaoui 2024-01-02 18:38:48 +01:00
parent 9bb13523a5
commit dd3ff1a697

View file

@ -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 ];
}