{"id":15636615,"url":"https://github.com/feliciousx/commandbox-flake","last_synced_at":"2026-02-11T12:31:33.543Z","repository":{"id":185868368,"uuid":"626183069","full_name":"FeliciousX/commandbox-flake","owner":"FeliciousX","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-28T05:17:06.000Z","size":27,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-26T07:27:06.810Z","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/FeliciousX.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":"2023-04-11T00:59:50.000Z","updated_at":"2024-08-28T05:17:09.000Z","dependencies_parsed_at":"2024-10-22T18:36:29.711Z","dependency_job_id":null,"html_url":"https://github.com/FeliciousX/commandbox-flake","commit_stats":{"total_commits":27,"total_committers":2,"mean_commits":13.5,"dds":0.2592592592592593,"last_synced_commit":"e4d6937e2daccd7a319c21f4109c7233b2dc148d"},"previous_names":["feliciousx/commandbox-flake"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/FeliciousX/commandbox-flake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeliciousX%2Fcommandbox-flake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeliciousX%2Fcommandbox-flake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeliciousX%2Fcommandbox-flake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeliciousX%2Fcommandbox-flake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FeliciousX","download_url":"https://codeload.github.com/FeliciousX/commandbox-flake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FeliciousX%2Fcommandbox-flake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29332977,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T06:13:03.264Z","status":"ssl_error","status_checked_at":"2026-02-11T06:12:55.843Z","response_time":97,"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":"2024-10-03T11:05:29.392Z","updated_at":"2026-02-11T12:31:33.529Z","avatar_url":"https://github.com/FeliciousX.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nix Flake for Commandbox\n\n## Usage\n\n```nix\n{\n  inputs = {\n    nixpkgs.url = \"github:NixOS/nixpkgs/release-23.11\";\n    flake-utils.url = \"github:numtide/flake-utils\";\n    commandbox = {\n      url = \"github:FeliciousX/commandbox-flake\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n      inputs.flake-utils.follows = \"flake-utils\";\n    };\n  };\n\n  outputs = { self, nixpkgs, flake-utils, commandbox }:\n    flake-utils.lib.eachDefaultSystem (system:\n      let\n        pkgs = import nixpkgs {\n          inherit system;\n        };\n        box = commandbox.packages.${system}.default.override {\n          # defaults to nixpkgs.jdk if not specified\n          jdk = pkgs.jdk11_headless;\n        };\n      in {\n        devShells.default = pkgs.mkShell {\n          nativeBuildInputs = [ pkgs.bashInteractive ];\n          packages = [\n            box\n          ];\n        };\n      });\n}\n```\n\n## TODO:\n- [ ] Support windows binary when running on windows\n- [ ] Support non-flake\n\n\n## How to update\n\nCurrently updating commandbox version is done manually.\n\n1. Get the commandbox download URL for the latest version from https://commandbox.ortusbooks.com/setup/download\n2. Update the url in `flake.nix`\n3. Change the sha256 hash to an empty string\n4. Run `nix flake update` to update flake.lock file\n5. Run `nix shell` to make sure `box` command is available\n6. Update sha256 hash from the output\n7. Check commandbox version by running `box version`\n8. Commit changes and create a PR\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeliciousx%2Fcommandbox-flake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeliciousx%2Fcommandbox-flake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeliciousx%2Fcommandbox-flake/lists"}