Commit 856bda4f authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

polaris: passthru nixos test

parent d9005965
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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;
  };