From 856bda4f94cf4b3bf248d3de18c819e04fdc281d Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Sat, 30 Sep 2023 17:29:02 +0200 Subject: [PATCH] polaris: passthru nixos test --- pkgs/servers/polaris/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/servers/polaris/default.nix b/pkgs/servers/polaris/default.nix index 647b278e39be..fc3141d46447 100644 --- a/pkgs/servers/polaris/default.nix +++ b/pkgs/servers/polaris/default.nix @@ -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; };