all repos — nixfiles @ bcb93216495a987dffd8e1626b0704a3ef5e7e29

System and user configuration, managed by nix and home-manager

base: don't install pre-installed utilities on macOS

Alan Pearce
commit

bcb93216495a987dffd8e1626b0704a3ef5e7e29

parent

48bc8200913fe8df1d15ad14f05264d1c7152411

1 file changed, 3 insertions(+), 4 deletions(-)

jump to
M user/settings/base.nixuser/settings/base.nix
@@ -37,21 +37,20 @@ pv
fd sd entr - file ripgrep htop - lsof iftop nmap moreutils mtr tree - zip - telnet ] ++ ( if !stdenv.isDarwin then [ + file + lsof unar + zip ] else [ ]); }