{"id":20054985,"url":"https://github.com/devbeno/flake-compat","last_synced_at":"2026-05-08T23:06:01.935Z","repository":{"id":115637094,"uuid":"506832135","full_name":"devbeno/flake-compat","owner":"devbeno","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-24T00:43:52.000Z","size":2,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-02T09:26:56.037Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devbeno.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}},"created_at":"2022-06-24T00:41:39.000Z","updated_at":"2023-03-08T21:18:57.000Z","dependencies_parsed_at":null,"dependency_job_id":"1edf0eb4-8252-4f26-81f1-60224c4fcbd3","html_url":"https://github.com/devbeno/flake-compat","commit_stats":null,"previous_names":["devbeno/flake-compat"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devbeno/flake-compat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fflake-compat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fflake-compat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fflake-compat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fflake-compat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devbeno","download_url":"https://codeload.github.com/devbeno/flake-compat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devbeno%2Fflake-compat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27286477,"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-11-26T02:00:06.075Z","response_time":193,"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-13T12:45:07.397Z","updated_at":"2025-11-27T23:04:13.457Z","avatar_url":"https://github.com/devbeno.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# flake-compat\n\n## Usage\n\nTo use, add the following to your `flake.nix`:\n\n```nix\ninputs.flake-compat = {\n  url = \"github:devbaze/flake-compat\";\n  flake = false;\n};\n```\n\nAfterwards, create a `default.nix` file containing the following:\n\n```nix\n(import\n  (\n    let lock = builtins.fromJSON (builtins.readFile ./flake.lock); in\n    fetchTarball {\n      url = \"https://github.com/devbaze/flake-compat/archive/${lock.nodes.flake-compat.locked.rev}.tar.gz\";\n      sha256 = lock.nodes.flake-compat.locked.narHash;\n    }\n  )\n  { src = ./.; }\n).defaultNix\n```\n\nIf you would like a `shell.nix` file, create one containing the above, replacing `defaultNix` with `shellNix`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbeno%2Fflake-compat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevbeno%2Fflake-compat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevbeno%2Fflake-compat/lists"}