ncdu: switch to version 1 due to zig breakages on macOS

workmac
Trolli Schmittlauch 2022-11-09 11:11:58 +01:00
parent 6070ae7425
commit 8c92ac91da
1 changed files with 6 additions and 1 deletions

View File

@ -117,7 +117,8 @@ let
agrep
pdfgrep
torsocks
ncdu
# zig dependency breaks occasionally, stay on C version for now
ncdu_1
#psmisc # for killall
dos2unix
#reptyr # re-bind running program to other tty
@ -258,6 +259,9 @@ let
#hedgewars
];
macosTools = [
];
in
{
@ -273,6 +277,7 @@ in
++ fonts
++ nixHelpers
#++ games
++ macosTools
;
programs.home-manager.enable = true;