{"id":26058811,"url":"https://github.com/pkgforge-dev/nixos-packages","last_synced_at":"2025-04-11T05:43:22.143Z","repository":{"id":225515513,"uuid":"766179844","full_name":"pkgforge-dev/NixOS-Packages","owner":"pkgforge-dev","description":"Markdown List (Table) \u0026 JSON of all the officially Available Packages in the NixOS/nixpkgs Repository :: https://nixos-packages.ajam.dev/ [Maintainer=@Azathothas]","archived":false,"fork":false,"pushed_at":"2025-04-10T09:28:20.000Z","size":442263,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-10T10:48:40.056Z","etag":null,"topics":["nix","nixos","nixpkgs","packages"],"latest_commit_sha":null,"homepage":"http://nixos-packages.ajam.dev/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkgforge-dev.png","metadata":{"files":{"readme":".github/README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-03-02T14:59:24.000Z","updated_at":"2025-04-10T09:28:26.000Z","dependencies_parsed_at":"2025-03-05T16:51:17.551Z","dependency_job_id":null,"html_url":"https://github.com/pkgforge-dev/NixOS-Packages","commit_stats":null,"previous_names":["azathothas/nixos-packages","pkgforge-dev/nixos-packages"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgforge-dev%2FNixOS-Packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgforge-dev%2FNixOS-Packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgforge-dev%2FNixOS-Packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgforge-dev%2FNixOS-Packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkgforge-dev","download_url":"https://codeload.github.com/pkgforge-dev/NixOS-Packages/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248351449,"owners_count":21089270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["nix","nixos","nixpkgs","packages"],"created_at":"2025-03-08T12:32:14.158Z","updated_at":"2025-04-11T05:43:22.118Z","avatar_url":"https://github.com/pkgforge-dev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n- #### Automated every 2-3 Hrs from [NixOS/nixpkgs](https://github.com/NixOS/nixpkgs)\n\u003e The [Markdown README](https://github.com/pkgforge-dev/NixOS-Packages/blob/main/README.md) **may not render because of huge file size.** Please Visit: **https://nixos-packages.ajam.dev**\n\u003e - View [RAW](https://pub.ajam.dev/repos/pkgforge-dev/NixOS-Packages/nixpkgs.txt): https://pub.ajam.dev/repos/pkgforge-dev/NixOS-Packages/nixpkgs.txt\n\u003e - View [JSON](https://github.com/pkgforge-dev/NixOS-Packages/blob/main/nixpkgs.json): https://github.com/pkgforge-dev/NixOS-Packages/blob/main/nixpkgs.json\n\u003e - View [YAML](https://github.com/pkgforge-dev/NixOS-Packages/blob/main/nixpkgs.yaml): https://github.com/pkgforge-dev/NixOS-Packages/blob/main/nixpkgs.yaml\n\u003e - View [Markdown](https://nixos-packages.ajam.dev): https://nixos-packages.ajam.dev\n\u003e #### Why?\n\u003e - I wanted an `easy to parse`, `automatable` metadata for nix packages I could [`compile/cross-compile statically`](https://github.com/pkgforge/soarpkgs) for [Soar](https://github.com/pkgforge/soar).\n\u003e - If [search.nixos.org](https://github.com/NixOS/nixos-search) ever offers an **`easy-to-use`** API, this repo will be Archived.\n\u003e \u003e - https://github.com/NixOS/nixos-search/issues/296\n---\n- #### List all Details about `pkg-xyz`\n```bash\n nix-env --query --available --meta --json \"pkg-xyz\"\n```\n\n- #### List all Packages from [NixOS-Packages.json](https://raw.githubusercontent.com/pkgforge-dev/NixOS-Packages/refs/heads/main/nixpkgs.json)\n```bash\ncurl -qfsSL \"https://raw.githubusercontent.com/pkgforge-dev/NixOS-Packages/refs/heads/main/nixpkgs.json\" | jq -r '.[] | .pname' | sort -u\n```\n\n- #### List all Packages that can be _potentially_ `Statically Built`\n```bash\n!# Refs: https://functor.tokyo/blog/2021-10-20-nix-cross-static\nnix search \"nixpkgs#pkgsStatic\" \"^\" --extra-experimental-features nix-command --extra-experimental-features flakes --refresh --quiet\n\n#https://askubuntu.com/a/1471201 (https://www.freedesktop.org/software/systemd/man/latest/systemd.resource-control.html)\nsystemd-run --scope -p CPUQuota=\"60%\" -p MemoryMax=\"8192M\" -p MemoryHigh=\"4096M\" --user nix search \"nixpkgs#pkgsStatic\" \"^\" --extra-experimental-features nix-command --extra-experimental-features flakes --refresh --quiet\n\n\n#Check if only package `xyz` can be built\nnix search \"nixpkgs#pkgsStatic\" \"xyz\" --extra-experimental-features nix-command --extra-experimental-features flakes --refresh --quiet\n```\n\n- #### legacyPackages\n\u003e - https://www.reddit.com/r/programmingcirclejerk/comments/13vptkz/the_legacy_in_legacypackages_doesnt_imply_that/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgforge-dev%2Fnixos-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkgforge-dev%2Fnixos-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgforge-dev%2Fnixos-packages/lists"}