backup: remove unused variable

This commit is contained in:
Jörg Thalheim
2024-11-14 17:39:52 +01:00
committed by kenji
parent 37bef9200f
commit 936a3baa08

View File

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