Commit fe5f6ab6 authored by gaykitty's avatar gaykitty
Browse files

stargazer: Add nixosTests.stargazer to passthru.tests

parent 88273849
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
, installShellFiles
, scdoc
, Security
, nixosTests
}:

rustPlatform.buildRustPackage rec {
@@ -22,6 +23,10 @@ rustPlatform.buildRustPackage rec {

  doCheck = false; # Uses external testing framework that requires network

  passthru.tests = {
    basic-functionality = nixosTests.stargazer;
  };

  nativeBuildInputs = [ installShellFiles scdoc ];

  buildInputs = lib.optional stdenv.isDarwin Security;