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,
curl,
lsb-release,
ncurses,
git,
gnugrep,
gnused,

View File

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