Loading pkgs/servers/polaris/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nix-update-script , polaris-web , darwin , nixosTests }: rustPlatform.buildRustPackage rec { Loading Loading @@ -58,6 +59,7 @@ rustPlatform.buildRustPackage rec { __darwinAllowLocalNetworking = true; passthru.tests = nixosTests.polaris; passthru.updateScript = nix-update-script { attrPath = pname; }; Loading Loading
pkgs/servers/polaris/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -5,6 +5,7 @@ , nix-update-script , polaris-web , darwin , nixosTests }: rustPlatform.buildRustPackage rec { Loading Loading @@ -58,6 +59,7 @@ rustPlatform.buildRustPackage rec { __darwinAllowLocalNetworking = true; passthru.tests = nixosTests.polaris; passthru.updateScript = nix-update-script { attrPath = pname; }; Loading