{"id":23200514,"url":"https://github.com/rupurt/rill-nix","last_synced_at":"2025-10-14T07:42:36.222Z","repository":{"id":268628112,"uuid":"904977210","full_name":"rupurt/rill-nix","owner":"rupurt","description":"Nix flake for rill https://www.rilldata.com/","archived":false,"fork":false,"pushed_at":"2024-12-17T23:37:42.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-09T10:45:24.557Z","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/rupurt.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}},"created_at":"2024-12-17T23:08:57.000Z","updated_at":"2024-12-17T23:37:45.000Z","dependencies_parsed_at":"2024-12-18T00:23:48.735Z","dependency_job_id":"94f00634-662c-4b90-abc5-32177e37798a","html_url":"https://github.com/rupurt/rill-nix","commit_stats":null,"previous_names":["rupurt/rill-nix"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rupurt/rill-nix","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Frill-nix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Frill-nix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Frill-nix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Frill-nix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rupurt","download_url":"https://codeload.github.com/rupurt/rill-nix/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rupurt%2Frill-nix/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279018217,"owners_count":26086308,"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-10-14T02:00:06.444Z","response_time":60,"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-12-18T15:11:35.137Z","updated_at":"2025-10-14T07:42:36.206Z","avatar_url":"https://github.com/rupurt.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rill-nix\n\nNix [flake](https://nixos.wiki/wiki/Flakes) for [Rill](https://www.rilldata.com). BI as code\n\n## Usage\n\nThis `rill` flake assumes you have already [installed Nix](https://determinate.systems/posts/determinate-nix-installer)\n\n### Option 1. Use the `rill` CLI within your own flake\n\n```nix\n{\n  inputs.nixpkgs.url = \"github:nixos/nixpkgs\";\n  inputs.flake-utils.url = \"github:numtide/flake-utils\";\n  inputs.rill.url = \"github:rupurt/rill-nix\";\n\n  outputs = {\n    self,\n    nixpkgs,\n    flake-utils,\n    rill,\n    ...\n  }:\n    flake-utils.lib.eachDefaultSystem (system:\n      let\n        pkgs = import nixpkgs {\n          inherit system;\n          overlays = [\n            rill.overlay\n          ];\n        };\n      in\n      {\n        devShells.default = pkgs.mkShell {\n          packages = [\n            pkgs.rill-pkgs.default\n          ];\n        };\n      }\n    );\n}\n```\n\nThe above config will add `rill` to your dev shell and also allow you to execute it\nthrough the Nix CLI utilities.\n\n```sh\n# run from devshell\nnix develop -c $SHELL\nrill\n```\n\n### Option 2. Run the `rill` CLI directly with `nix run`\n\n```nix\nnix run github:rupurt/rill-nix\n```\n\n## Authors\n\n- Alex Kwiatkowski - alex+git@fremantle.io\n\n## License\n\n`rill-nix` is released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Frill-nix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frupurt%2Frill-nix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frupurt%2Frill-nix/lists"}