{"id":13687979,"url":"https://github.com/srid/proc-flake","last_synced_at":"2025-08-10T11:11:11.753Z","repository":{"id":66668525,"uuid":"576714471","full_name":"srid/proc-flake","owner":"srid","description":"A `flake-parts` module for running multiple processes in a dev shell","archived":false,"fork":false,"pushed_at":"2024-04-19T02:22:57.000Z","size":18,"stargazers_count":25,"open_issues_count":3,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-08-02T01:10:18.752Z","etag":null,"topics":["flake-parts","nix"],"latest_commit_sha":null,"homepage":"","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/srid.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":"2022-12-10T18:35:20.000Z","updated_at":"2025-07-11T21:01:25.000Z","dependencies_parsed_at":"2024-10-28T09:09:49.599Z","dependency_job_id":"54620ab1-9c0c-4371-8247-b20f01d160bc","html_url":"https://github.com/srid/proc-flake","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/srid/proc-flake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Fproc-flake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Fproc-flake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Fproc-flake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Fproc-flake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/srid","download_url":"https://codeload.github.com/srid/proc-flake/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/srid%2Fproc-flake/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269713884,"owners_count":24463244,"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-10T02:00:08.965Z","response_time":71,"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":["flake-parts","nix"],"created_at":"2024-08-02T15:01:04.455Z","updated_at":"2025-08-10T11:11:11.728Z","avatar_url":"https://github.com/srid.png","language":"Nix","funding_links":[],"categories":["Nix"],"sub_categories":[],"readme":"# proc-flake\n\nA [`flake-parts`](https://flake.parts/) Nix module for running multiple processes in a dev shell.\n\n[honcho](https://github.com/nickstenning/honcho) is used to launch the processes.\n\n## Usage\n\nNOTE: this module requires the [flake-root](https://github.com/srid/flake-root) module.\n\n```nix\nproc.groups.run.processes = {\n  haskell.command = \"${lib.getExe pkgs.haskellPackages.ghcid}\";\n  tailwind.command = \"${lib.getExe pkgs.haskellPackages.tailwind} -w -o ./static/tailwind.css './src/**/*.hs'\";\n};\n\n```\n\nThis gives a `config.proc.groups.run.package` derivation that you can put in the `nativeBuildInputs` of devShell for availability in the shell.\n\nFor better discoverability, consider using this in conjunction with the [mission-control](https://github.com/Platonic-Systems/mission-control) module.\n\n## Examples\n\n- https://github.com/EmaApps/ema-template\n\n## Credits\n\nThe idea for this module came largely from Domen Kožar's [devenv project](https://devenv.sh/processes/). \n\n## Alternatives\n\nFor a similar module that uses a more advanced tool called `process-compose`, see https://github.com/Platonic-Systems/process-compose-flake\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrid%2Fproc-flake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsrid%2Fproc-flake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsrid%2Fproc-flake/lists"}