polaris: passthru nixos test
This commit is contained in:
parent
d90059651d
commit
856bda4f94
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue