{"id":26136108,"url":"https://github.com/mibmo/conch","last_synced_at":"2026-06-04T19:31:25.124Z","repository":{"id":159311843,"uuid":"634584023","full_name":"mibmo/conch","owner":"mibmo","description":"Modules for your project environments","archived":false,"fork":false,"pushed_at":"2026-04-09T20:07:27.000Z","size":107,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-09T22:08:57.418Z","etag":null,"topics":["development-environment","devshell","nix","nix-modules","nix-shell"],"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/mibmo.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-04-30T15:53:52.000Z","updated_at":"2026-04-09T20:07:51.000Z","dependencies_parsed_at":"2023-11-12T11:29:59.331Z","dependency_job_id":"c3c434df-f433-4049-b0d5-4bad2b8954e7","html_url":"https://github.com/mibmo/conch","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/mibmo/conch","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mibmo%2Fconch","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mibmo%2Fconch/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mibmo%2Fconch/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mibmo%2Fconch/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mibmo","download_url":"https://codeload.github.com/mibmo/conch/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mibmo%2Fconch/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33917183,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-04T02:00:06.755Z","response_time":64,"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":["development-environment","devshell","nix","nix-modules","nix-shell"],"created_at":"2025-03-11T00:07:09.398Z","updated_at":"2026-06-04T19:31:25.076Z","avatar_url":"https://github.com/mibmo.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"[issues]: https://github.com/mibmo/conch/issues\n[issues-new]: https://github.com/mibmo/conch/issues/new\n[search]: https://mibmo.github.io/conch/search\n\n# conch 🐚\nLeveraging the power of Nix modules for powerful\nenvironment-specific shells to suit your project.\n\n## Usage\nSetting up a generic environment for working with Node is as simple as \nrunning `nix flake init --template github:mibmo/conch#node-pnpm` or\nplacing a `flake.nix` at the root of your project directory.\n```nix\n{\n  inputs = {\n    nixpkgs.url = \"github:NixOS/nixpkgs/nixpkgs-unstable\";\n    conch = {\n      url = \"github:mibmo/conch\";\n      inputs.nixpkgs.follows = \"nixpkgs\";\n    };\n  };\n  outputs = { conch, ... }:\n    conch.load [ \"x86_64-linux\" ] ({ ... }: {\n      development.node = {\n        enable = true;\n        pnpm.enable = true;\n      };\n    });\n}\n```\n\nEntering the environment by running `nix develop`.\n\nA full list of the modules and their options are available at [mibmo.github.io/conch/search][search]\n\n**NOTE:** Conch's nixpkgs input should follow your own!\nOtherwise things may break or in general just not work as expected.\nThe examples follow best practices and should be referred to.\n\n### Missing something?\nOpen an [issue][issues-new]!\n\n## Contributing\nConch is far from complete and the internals are likely to change a lot,\nbut contributions are always welcome! *(especially of the module variety!)*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmibmo%2Fconch","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmibmo%2Fconch","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmibmo%2Fconch/lists"}