{"id":18562488,"url":"https://github.com/replit/nixpkgs-replit","last_synced_at":"2025-08-18T05:16:34.450Z","repository":{"id":38082883,"uuid":"357702320","full_name":"replit/nixpkgs-replit","owner":"replit","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-11T08:08:54.000Z","size":5572,"stargazers_count":27,"open_issues_count":2,"forks_count":6,"subscribers_count":41,"default_branch":"main","last_synced_at":"2025-08-11T10:19:24.299Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/replit.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-13T22:15:46.000Z","updated_at":"2025-07-27T14:58:22.000Z","dependencies_parsed_at":"2023-10-14T22:32:57.914Z","dependency_job_id":"40efb778-6bf1-4482-8f37-04a10da2b0bc","html_url":"https://github.com/replit/nixpkgs-replit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/replit/nixpkgs-replit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fnixpkgs-replit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fnixpkgs-replit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fnixpkgs-replit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fnixpkgs-replit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/replit","download_url":"https://codeload.github.com/replit/nixpkgs-replit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/replit%2Fnixpkgs-replit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270946095,"owners_count":24672895,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","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":"2024-11-06T22:09:53.035Z","updated_at":"2025-08-18T05:16:34.427Z","avatar_url":"https://github.com/replit.png","language":"Nix","readme":"# nixpkgs-replit\n\n`nixpkgs-replit` is Replit's nixpkgs overlay. This overlay provides several\n[channels](https://nixos.wiki/wiki/Nix_channels) that track the upstream nix\nchannels of the same name.\n\n## Using the overlay\nYou can use this overlay by creating any new repl on\n[Replit](https://replit.com/new/nix). If you would like to use it locally, you\ncan add it as a channel.\n\n```\nnix-channel --add https://storage.googleapis.com/replit-nixpkgs/nixpkgs-21.11.tar.gz  replit-nixpkgs\nnix-channel --update\nnix-shell -E \"import \u003cnixpkgs-stable-21_11\u003e{}\" -A replitPackages.replbox\n```\n\n## Building the overlay\nYou can build packages out of the overlay with the `nix-build` command. The\nresulting package will be placed in the `result` directory for testing.\n\n```\n# Build the replbox common interpreter frontend\nnix-build -A replitPackages.replbox\n```\n\nYou can also fork [this repl](https://replit.com/@ZachAtReplit/overlay), which\ncontains the overlay repository, and allows testing packages from the overlay\ndirectly in `replit.nix`.\n\n## Building the overlay for a particular channel\n\nYou can build a package for a particular channel like this:\n\n```\nnix-build --argstr channelName nixpkgs-22.11 -A nodePackages.typescript-language-server\n```\n\n## Updating the overlay base\nYou can update the pinned base channels by running `./update.sh`. The update\nscript will use niv to update the pinned channels to the latest revisions\naccording to nixpkgs.\n\n## Adding a new base channel\nYou can add additional channels by running `./add.sh \u003cchannel\u003e`. For example\n`./add.sh 22.05` to add the `release-22.05` branch.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplit%2Fnixpkgs-replit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freplit%2Fnixpkgs-replit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freplit%2Fnixpkgs-replit/lists"}