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