add testing infra

This commit is contained in:
2025-08-07 19:17:16 -07:00
parent 207722acb2
commit 2875d29293
5 changed files with 131 additions and 25 deletions

View File

@@ -220,5 +220,10 @@
path = deploy-rs.lib.x86_64-linux.activate.nixos self.nixosConfigurations.muffin;
};
};
tests = import ./tests/tests.nix {
inherit pkgs lib;
config = self.nixosConfigurations.muffin.config;
};
};
}