ncdu: switch to version 1 due to zig breakages on macOS
This commit is contained in:
parent
6070ae7425
commit
8c92ac91da
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue