Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3823,6 +3823,12 @@ github = "CHN-beta"; githubId = 35858462; }; cholli = { email = "christoph.hollizeck@hey.com"; github = "Daholli"; githubId = 25060097; name = "Christoph Hollizeck"; }; choochootrain = { email = "hurshal@imap.cc"; github = "choochootrain"; Loading pkgs/by-name/py/pyfa/package.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, appimageTools, fetchurl, }: let version = "2.60.1"; in appimageTools.wrapType2 { inherit version; pname = "pyfa"; src = fetchurl { name = "pyfa-appimage-${version}"; url = "https://github.com/pyfa-org/Pyfa/releases/download/v${version}/pyfa-v${version}-linux.AppImage"; hash = "sha256-+nyIG6pweIgC6ZiWJaO4E2Fp0/zP+DhQrUWzHnIBQXk="; }; meta = { description = "Python fitting assistant, cross-platform fitting tool for EVE Online"; homepage = "https://github.com/pyfa-org/Pyfa"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ toasteruwu cholli ]; mainProgram = "pyfa"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; platforms = lib.platforms.linux; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -3823,6 +3823,12 @@ github = "CHN-beta"; githubId = 35858462; }; cholli = { email = "christoph.hollizeck@hey.com"; github = "Daholli"; githubId = 25060097; name = "Christoph Hollizeck"; }; choochootrain = { email = "hurshal@imap.cc"; github = "choochootrain"; Loading
pkgs/by-name/py/pyfa/package.nix 0 → 100644 +31 −0 Original line number Diff line number Diff line { lib, appimageTools, fetchurl, }: let version = "2.60.1"; in appimageTools.wrapType2 { inherit version; pname = "pyfa"; src = fetchurl { name = "pyfa-appimage-${version}"; url = "https://github.com/pyfa-org/Pyfa/releases/download/v${version}/pyfa-v${version}-linux.AppImage"; hash = "sha256-+nyIG6pweIgC6ZiWJaO4E2Fp0/zP+DhQrUWzHnIBQXk="; }; meta = { description = "Python fitting assistant, cross-platform fitting tool for EVE Online"; homepage = "https://github.com/pyfa-org/Pyfa"; license = lib.licenses.gpl3Plus; maintainers = with lib.maintainers; [ toasteruwu cholli ]; mainProgram = "pyfa"; sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ]; platforms = lib.platforms.linux; }; }