{"id":32791600,"url":"https://github.com/joojscript/nix-packages","last_synced_at":"2026-06-10T16:31:03.883Z","repository":{"id":317895035,"uuid":"1069196896","full_name":"joojscript/nix-packages","owner":"joojscript","description":"Here's where I keep all of my personal-made Nix Derivations, feel free to use","archived":false,"fork":false,"pushed_at":"2026-05-05T00:08:38.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-05T02:20:36.658Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Nix","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/joojscript.png","metadata":{"files":{"readme":"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-03T14:51:28.000Z","updated_at":"2026-05-05T00:08:42.000Z","dependencies_parsed_at":"2025-10-03T19:16:48.220Z","dependency_job_id":"272f2e94-658a-464d-a8a3-65f7bed33539","html_url":"https://github.com/joojscript/nix-packages","commit_stats":null,"previous_names":["joojscript/nix-packages"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/joojscript/nix-packages","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joojscript%2Fnix-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joojscript%2Fnix-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joojscript%2Fnix-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joojscript%2Fnix-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joojscript","download_url":"https://codeload.github.com/joojscript/nix-packages/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joojscript%2Fnix-packages/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34161283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-11-05T13:07:20.798Z","updated_at":"2026-06-10T16:31:03.876Z","avatar_url":"https://github.com/joojscript.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nix-packages\n\nThis repository contains my custom Nix package expressions and small helper modules/overlays that I import as an input into my personal Nix flake for system configuration.\n\nKey points\n\n- This repo is intended to be used as a flake input and exposes:\n  - an attribute `packages` (imported from `./packages`) so other flakes or your system flake can use these derivations directly.\n  - `overlays.default` so you can add the packages as an overlay to an existing nixpkgs set.\n\nHow to use (examples)\n\n- Build a package from this flake (replace system if needed):\n\n```bash\nnix --extra-experimental-features 'nix-command flakes' build .#packages.x86_64-linux.cre-cli -L\n```\n\n- Run the built binary (may need a graphical session for GUI apps):\n\n```bash\n./result/bin/cre version\n```\n\nRepository packages\n\nThe following packages are currently provided in `./packages`.\n\n- cre-cli — Chainlink CRE CLI\n  - path: `./packages/cre-cli`\n  - note: small CLI packaged from upstream releases (no package README present)\n\n- portmaster — Safing Portmaster (GUI application)\n  - path: `./packages/portmaster`\n  - package README: `./packages/portmaster/README.md`\n\nAdding or updating packages\n\n- To add a new package, create a directory under `packages/` with a `default.nix` that follows the repository style (exported as `pkgs: ...` and returns a derivation). See the existing packages for examples.\n\n- To update a package that fetches a prebuilt asset (tarball, deb, zip):\n  1. Update the `version` and `src` URL in the package's `default.nix`.\n\n2. . Update the `version` and `src` URL in the package's `default.nix`.\n\n1. Run `nix-prefetch-url --unpack \u003casset-url\u003e` or run a `nix build` and copy the sha256 reported by Nix into the `sha256` field.\n\nNotes \u0026 caveats\n\n- GUI applications (like `portmaster`) often require systemd, DBus and a graphical session. They may run but print errors when executed in a headless build environment. Wire them into your NixOS configuration (systemd user service or XDG autostart) for proper behavior — see `packages/portmaster/README.md`.\n\n- If you want me to add more packages, a module to expose them, or to clean up README markdown linting, tell me which item to do next and I will implement it.\n\nContact\n\nIf you need changes to a package, open an issue or ask here and I will help improve the derivation (add ldd2-35 variants, signature verification, multi-arch hashes, etc.).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoojscript%2Fnix-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoojscript%2Fnix-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoojscript%2Fnix-packages/lists"}