From 55e44bc3d060a563b1dd837fbceed40abbf3ecdb Mon Sep 17 00:00:00 2001 From: Zuckerberg Date: Sun, 3 Mar 2024 14:53:14 -0700 Subject: [PATCH] Add 'tree' to system pkgs --- common/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/common/default.nix b/common/default.nix index dc6cc3a..f2bbb1b 100644 --- a/common/default.nix +++ b/common/default.nix @@ -62,6 +62,7 @@ picocom lf gnumake + tree ]; nixpkgs.config.allowUnfree = true;