checks backup: limit to linux systems
This commit is contained in:
@@ -64,7 +64,8 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
perSystem = { nodes, pkgs, ... }: {
|
perSystem = { nodes, pkgs, ... }: {
|
||||||
checks.test-backups =
|
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux) {
|
||||||
|
test-backups =
|
||||||
(import ../lib/test-base.nix)
|
(import ../lib/test-base.nix)
|
||||||
{
|
{
|
||||||
name = "test-backups";
|
name = "test-backups";
|
||||||
@@ -122,4 +123,5 @@ in
|
|||||||
}
|
}
|
||||||
{ inherit pkgs self; };
|
{ inherit pkgs self; };
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user