From 98a473bf3b64f128b4c8f897701ee80b2d6cf829 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Sun, 7 Dec 2025 12:37:05 +0530 Subject: [PATCH] nixosTests/cosmic: remove redundant package "installation" entry The NixOS COSMIC module has included the `cosmic-reader` package in the list of packages to make available by default. Remove redundant entry. --- nixos/tests/cosmic.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/nixos/tests/cosmic.nix b/nixos/tests/cosmic.nix index 0f244611af25..3d2b838ab66e 100644 --- a/nixos/tests/cosmic.nix +++ b/nixos/tests/cosmic.nix @@ -42,8 +42,6 @@ # infrastructure. jq lswt - - cosmic-reader ]; # So far, all COSMIC tests launch a few GUI applications. In doing