From d5a17bbcefc080ee4e415911598cc0224361ff78 Mon Sep 17 00:00:00 2001 From: xezo360hye Date: Sat, 6 Jul 2024 18:56:49 +0300 Subject: [PATCH] Missing semicolon; --- nethack.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nethack.nix b/nethack.nix index 85c242b..41df99a 100644 --- a/nethack.nix +++ b/nethack.nix @@ -46,7 +46,7 @@ in autopickup = true; } ''; - } + }; hilite_status = mkOption { type = attrsOf (attrsOf str);