polaris: passthru nixos test

This commit is contained in:
Peder Bergebakken Sundt 2023-09-30 17:29:02 +02:00
parent d90059651d
commit 856bda4f94

View file

@ -5,6 +5,7 @@
, nix-update-script
, polaris-web
, darwin
, nixosTests
}:
rustPlatform.buildRustPackage rec {
@ -58,6 +59,7 @@ rustPlatform.buildRustPackage rec {
__darwinAllowLocalNetworking = true;
passthru.tests = nixosTests.polaris;
passthru.updateScript = nix-update-script {
attrPath = pname;
};