Loading pkgs/by-name/sc/scrutiny/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , nixosTests , lib , nix-update-script }: let pname = "scrutiny"; Loading Loading @@ -35,6 +36,8 @@ let cp -r dist/* $out runHook postInstall ''; passthru.updatescript = nix-update-script { }; }; in buildGoModule rec { Loading @@ -56,6 +59,7 @@ buildGoModule rec { ''; passthru.tests.scrutiny = nixosTests.scrutiny; passthru.updatescript = nix-update-script { }; meta = { description = "Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds."; Loading Loading
pkgs/by-name/sc/scrutiny/package.nix +4 −0 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ , fetchFromGitHub , nixosTests , lib , nix-update-script }: let pname = "scrutiny"; Loading Loading @@ -35,6 +36,8 @@ let cp -r dist/* $out runHook postInstall ''; passthru.updatescript = nix-update-script { }; }; in buildGoModule rec { Loading @@ -56,6 +59,7 @@ buildGoModule rec { ''; passthru.tests.scrutiny = nixosTests.scrutiny; passthru.updatescript = nix-update-script { }; meta = { description = "Hard Drive S.M.A.R.T Monitoring, Historical Trends & Real World Failure Thresholds."; Loading