checks: add backup test

This commit is contained in:
lassulus
2023-12-16 20:57:39 +01:00
parent d74080f4c7
commit 5c1cf947ab
2 changed files with 126 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
{ self, ... }: {
imports = [
./impure/flake-module.nix
./backups/flake-module.nix
];
perSystem = { pkgs, lib, self', ... }: {
checks =