From adf65e0148561da1b8fd5b37074f8324968eed0e Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Wed, 15 May 2024 05:45:50 +0200 Subject: [PATCH] kitty-themes: remove uneeded rec --- pkgs/applications/terminal-emulators/kitty/themes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/terminal-emulators/kitty/themes.nix b/pkgs/applications/terminal-emulators/kitty/themes.nix index e562ccd16411..facfa34cf140 100644 --- a/pkgs/applications/terminal-emulators/kitty/themes.nix +++ b/pkgs/applications/terminal-emulators/kitty/themes.nix @@ -3,7 +3,7 @@ , fetchFromGitHub }: -stdenvNoCC.mkDerivation rec { +stdenvNoCC.mkDerivation { pname = "kitty-themes"; version = "unstable-2024-04-23";