chore: update dir_env

main
Jalil Arfaoui 2024-01-02 18:38:48 +01:00
parent 9bb13523a5
commit dd3ff1a697
1 changed files with 1 additions and 5 deletions

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