{"id":47872255,"url":"https://github.com/hypervideo/portless-nix","last_synced_at":"2026-04-04T00:56:16.789Z","repository":{"id":340415140,"uuid":"1165946370","full_name":"hypervideo/portless-nix","owner":"hypervideo","description":"Nix package for https://github.com/vercel-labs/portless","archived":false,"fork":false,"pushed_at":"2026-03-22T06:22:49.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T00:56:12.243Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hypervideo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2026-02-24T18:02:07.000Z","updated_at":"2026-03-22T06:22:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/hypervideo/portless-nix","commit_stats":null,"previous_names":["hypervideo/portless-nix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hypervideo/portless-nix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypervideo%2Fportless-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypervideo%2Fportless-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypervideo%2Fportless-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypervideo%2Fportless-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hypervideo","download_url":"https://codeload.github.com/hypervideo/portless-nix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hypervideo%2Fportless-nix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31383635,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T23:20:52.058Z","status":"ssl_error","status_checked_at":"2026-04-03T23:20:51.675Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-04-04T00:56:14.396Z","updated_at":"2026-04-04T00:56:16.776Z","avatar_url":"https://github.com/hypervideo.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"This repository contains a nix flake for [portless](https://github.com/vercel-labs/portless). You can install portless into your nix devshell with:\n\n```nix\n{\n  inputs = {\n    nixpkgs.url = \"github:NixOS/nixpkgs/nixpkgs-unstable\";\n    flake-utils.url = \"github:numtide/flake-utils\";\n    portless-nix.url = \"github:hypervideo/portless-nix\";\n  };\n\n  outputs = { self, nixpkgs, flake-utils }:\n    flake-utils.lib.eachDefaultSystem (system:\n      let\n        pkgs = import nixpkgs {\n          inherit system;\n          overlays = [\n            (import portless-nix)\n          ];\n        };\n      in\n      {\n        devShells.default = pkgs.mkShell {\n          packages = with pkgs; [\n            portless\n          ];\n\n        };\n      }\n    );\n}\n```\n\nThis repository has a automatically running CI job that will update the `portless` package to the latest version on a regular basis.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypervideo%2Fportless-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypervideo%2Fportless-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypervideo%2Fportless-nix/lists"}