Update package metadata and description

- Define `pname` once and inherit it in the package definition.
- Change description to “TUI underground RTS”.
- Set `mainProgram` to `pname` for consistency.
This commit is contained in:
2026-04-17 16:21:40 +02:00
parent fccb9bf733
commit 6a43b28e67
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
description = "TUI underground game";
description = "TUI underground RTS";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";