Commit 1672d58a authored by Picnoir's avatar Picnoir
Browse files

nsncd: add passthru.(updateScript|tests)

parent 27f99cd7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
  stdenv,
  fetchFromGitHub,
  rustPlatform,
  nix-update-script,
  nixosTests,
}:

rustPlatform.buildRustPackage {
@@ -40,4 +42,9 @@ rustPlatform.buildRustPackage {
    # never built on aarch64-darwin, x86_64-darwin since first introduction in nixpkgs
    broken = stdenv.hostPlatform.isDarwin;
  };

  passthru = {
    tests.nscd = nixosTests.nscd;
    updateScript = nix-update-script { };
  };
}