diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-07-08 17:05:34 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-07-08 17:05:34 -0700 |
commit | 41c4a26a7ad427da12dd8144fc6c3552b3010532 (patch) | |
tree | 511a393341c3381a6f87826cf979371e39351fec /hosts/common/core | |
parent | 12722eb59146fa91e5307200c1b356578ac3d413 (diff) | |
download | nix-41c4a26a7ad427da12dd8144fc6c3552b3010532.tar nix-41c4a26a7ad427da12dd8144fc6c3552b3010532.tar.gz nix-41c4a26a7ad427da12dd8144fc6c3552b3010532.tar.bz2 nix-41c4a26a7ad427da12dd8144fc6c3552b3010532.tar.lz nix-41c4a26a7ad427da12dd8144fc6c3552b3010532.tar.xz nix-41c4a26a7ad427da12dd8144fc6c3552b3010532.tar.zst nix-41c4a26a7ad427da12dd8144fc6c3552b3010532.zip |
Add ncurses explicitly
Diffstat (limited to 'hosts/common/core')
-rw-r--r-- | hosts/common/core/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/common/core/default.nix b/hosts/common/core/default.nix index 8dbbf22..c7123c0 100644 --- a/hosts/common/core/default.nix +++ b/hosts/common/core/default.nix @@ -46,6 +46,7 @@ lvm2 moreutils nano + ncurses netcat-openbsd nettools nix-index |