From 5313d80a24d0a6cc2f40498e7b6c0297609d8fa1 Mon Sep 17 00:00:00 2001 From: HigherOrderLogic <73709188+HigherOrderLogic@users.noreply.github.com> Date: Wed, 28 Jan 2026 14:39:55 +0000 Subject: [PATCH] nixos/tests/commafeed: remove unused `lib` variable --- nixos/tests/commafeed.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/commafeed.nix b/nixos/tests/commafeed.nix index 18c5df00265f..d825cda4eb8d 100644 --- a/nixos/tests/commafeed.nix +++ b/nixos/tests/commafeed.nix @@ -1,4 +1,4 @@ -{ lib, ... }: +{ ... }: { name = "commafeed";