chore: unstalbe direnv and devenv

This commit is contained in:
Giulio De Pasquale 2025-10-02 12:41:15 +01:00
parent 54267deffd
commit 466df29aaa

View File

@ -11,11 +11,9 @@ let
htop htop
glances glances
tree tree
direnv
devenv
] ++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit; ] ++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit;
unstablePkgs = with pkgs.unstablePkgs; [ aider-chat ]; unstablePkgs = with pkgs.unstablePkgs; [ aider-chat direnv devenv ];
in in
{ {
imports = [ imports = [