Loading pkgs/tools/misc/hwatch/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ rustPlatform.buildRustPackage rec { passthru.tests.version = testers.testVersion { package = hwatch; command = "hwatch --version"; version = version; }; meta = with lib; { Loading @@ -37,6 +35,5 @@ rustPlatform.buildRustPackage rec { ''; license = licenses.mit; maintainers = with maintainers; [ hamburger1984 ]; platforms = platforms.linux; }; } Loading
pkgs/tools/misc/hwatch/default.nix +1 −4 Original line number Diff line number Diff line Loading @@ -24,8 +24,6 @@ rustPlatform.buildRustPackage rec { passthru.tests.version = testers.testVersion { package = hwatch; command = "hwatch --version"; version = version; }; meta = with lib; { Loading @@ -37,6 +35,5 @@ rustPlatform.buildRustPackage rec { ''; license = licenses.mit; maintainers = with maintainers; [ hamburger1984 ]; platforms = platforms.linux; }; }