From 466df29aaacb30c44d205faad25f4fcc4eded633 Mon Sep 17 00:00:00 2001 From: Giulio De Pasquale Date: Thu, 2 Oct 2025 12:41:15 +0100 Subject: [PATCH] chore: unstalbe direnv and devenv --- roles/home/common.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/roles/home/common.nix b/roles/home/common.nix index 03b8d61..7e9ed9e 100644 --- a/roles/home/common.nix +++ b/roles/home/common.nix @@ -11,11 +11,9 @@ let htop glances tree - direnv - devenv ] ++ lib.optional (!pkgs.stdenv.isDarwin) pastebinit; - unstablePkgs = with pkgs.unstablePkgs; [ aider-chat ]; + unstablePkgs = with pkgs.unstablePkgs; [ aider-chat direnv devenv ]; in { imports = [