fix: add ncurses to devshell.nix and package.nix

This commit is contained in:
Martin Wimpress 2024-05-02 16:35:59 +01:00 committed by Martin Wimpress
parent b0a5ae91ce
commit b1f9de6ef1
2 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,7 @@
cdrtools, cdrtools,
curl, curl,
lsb-release, lsb-release,
ncurses,
git, git,
gnugrep, gnugrep,
gnused, gnused,

View File

@ -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