Unverified Commit f8999bd4 authored by Jon Seager's avatar Jon Seager
Browse files

scrutiny-collector: add nix-update-script

parent ea47f5e7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, smartmontools
, nixosTests
, lib
, nix-update-script
}:
let
  version = "0.8.0";
@@ -41,6 +42,7 @@ buildGoModule rec {
  '';

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

  meta = {
    description = "Hard disk metrics collector for Scrutiny.";