ntpd-rs: inherit nixos test

This commit is contained in:
seth
2024-05-20 03:32:23 -04:00
parent 6c9a160f70
commit f059856d34
@@ -5,6 +5,7 @@
, installShellFiles
, pandoc
, Security
, nixosTests
}:
rustPlatform.buildRustPackage rec {
@@ -50,6 +51,12 @@ rustPlatform.buildRustPackage rec {
outputs = [ "out" "man" ];
passthru = {
tests = {
nixos = lib.optionalAttrs stdenv.isLinux nixosTests.ntpd-rs;
};
};
meta = with lib; {
description = "A full-featured implementation of the Network Time Protocol";
homepage = "https://tweedegolf.nl/en/pendulum";