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