1
Fork 0
mirror of https://github.com/RGBCube/hjem synced 2025-10-15 14:12:22 +00:00
hjem/tests/lib/default.nix
NotAShelf d373218d4e
tests: modernize entrypoint
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: I6a6a6964598eb7cedb0e101cf39cd30c2e5b5f4f
2025-08-09 12:36:55 +03:00

12 lines
273 B
Nix

# The first argument to this function is the test module itself
test: {
pkgs,
self,
inputs,
}:
(pkgs.testers.runNixOSTest {
node.specialArgs = {inherit self inputs;};
defaults.documentation.enable = pkgs.lib.mkDefault false;
imports = [test];
}).config.result