Loading pkgs/by-name/fe/fetchtastic/package.nix +7 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, python3, }: Loading Loading @@ -38,6 +39,12 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pythonImportsCheck = [ "fetchtastic" ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ "test_download_firmware_success" "test_get_target_path_for_release" "test_platform_functions" ]; meta = { description = "Utility for downloading and managing the latest Meshtastic firmware releases"; homepage = "https://github.com/jeremiah-k/fetchtastic"; Loading Loading
pkgs/by-name/fe/fetchtastic/package.nix +7 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, python3, }: Loading Loading @@ -38,6 +39,12 @@ python3.pkgs.buildPythonApplication (finalAttrs: { pythonImportsCheck = [ "fetchtastic" ]; disabledTests = lib.optionals stdenv.hostPlatform.isDarwin [ "test_download_firmware_success" "test_get_target_path_for_release" "test_platform_functions" ]; meta = { description = "Utility for downloading and managing the latest Meshtastic firmware releases"; homepage = "https://github.com/jeremiah-k/fetchtastic"; Loading