From d4967e9d4ec36c47d59c62c05587109cb74a2801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 14 Nov 2024 17:39:52 +0100 Subject: [PATCH] backup: remove unused variable --- checks/backups/flake-module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/backups/flake-module.nix b/checks/backups/flake-module.nix index 1476dc1d7..2707b5322 100644 --- a/checks/backups/flake-module.nix +++ b/checks/backups/flake-module.nix @@ -133,7 +133,7 @@ }; }; perSystem = - { nodes, pkgs, ... }: + { pkgs, ... }: { checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux) { test-backups = (import ../lib/test-base.nix) {