backup: remove unused variable

This commit is contained in:
Jörg Thalheim
2024-11-14 17:39:52 +01:00
committed by kenji
parent 2a5c735c90
commit d4967e9d4e

View File

@@ -133,7 +133,7 @@
};
};
perSystem =
{ nodes, pkgs, ... }:
{ pkgs, ... }:
{
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux) {
test-backups = (import ../lib/test-base.nix) {