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