polaris: passthru nixos test
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user