fix: add ncurses to devshell.nix and package.nix
This commit is contained in:
parent
b0a5ae91ce
commit
b1f9de6ef1
|
@ -3,6 +3,7 @@
|
||||||
cdrtools,
|
cdrtools,
|
||||||
curl,
|
curl,
|
||||||
lsb-release,
|
lsb-release,
|
||||||
|
ncurses,
|
||||||
git,
|
git,
|
||||||
gnugrep,
|
gnugrep,
|
||||||
gnused,
|
gnused,
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
, gnugrep
|
, gnugrep
|
||||||
, gnused
|
, gnused
|
||||||
, lsb-release
|
, lsb-release
|
||||||
|
, ncurses
|
||||||
, jq
|
, jq
|
||||||
, procps
|
, procps
|
||||||
, python3
|
, python3
|
||||||
|
@ -34,6 +35,7 @@ let
|
||||||
gnused
|
gnused
|
||||||
jq
|
jq
|
||||||
lsb-release
|
lsb-release
|
||||||
|
ncurses
|
||||||
procps
|
procps
|
||||||
python3
|
python3
|
||||||
cdrtools
|
cdrtools
|
||||||
|
|
Loading…
Reference in New Issue