wakapi: add nixosTest to passthru

This commit is contained in:
isabel
2025-03-20 19:21:59 +05:30
committed by Masum Reza
parent a9be2d904d
commit e32e29f524
+2
View File
@@ -2,6 +2,7 @@
lib,
buildGoModule,
fetchFromGitHub,
nixosTests,
nix-update-script,
}:
let
@@ -32,6 +33,7 @@ buildGoModule {
];
passthru = {
nixos = nixosTests.wakapi;
updateScript = nix-update-script { };
};