{"id":23443374,"url":"https://github.com/tarc/another-lean-shell","last_synced_at":"2025-07-17T01:36:59.175Z","repository":{"id":268661538,"uuid":"678565074","full_name":"tarc/another-lean-shell","owner":"tarc","description":null,"archived":false,"fork":false,"pushed_at":"2023-08-14T21:13:21.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T22:42:05.446Z","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/tarc.png","metadata":{"files":{"readme":"README.mdx","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-08-14T21:12:48.000Z","updated_at":"2023-08-14T21:13:25.000Z","dependencies_parsed_at":"2024-12-18T07:02:20.737Z","dependency_job_id":"cbe415e5-f7f9-4312-b4d4-6a5f288bb57b","html_url":"https://github.com/tarc/another-lean-shell","commit_stats":null,"previous_names":["tarc/another-lean-shell"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tarc/another-lean-shell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarc%2Fanother-lean-shell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarc%2Fanother-lean-shell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarc%2Fanother-lean-shell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarc%2Fanother-lean-shell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tarc","download_url":"https://codeload.github.com/tarc/another-lean-shell/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tarc%2Fanother-lean-shell/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265558797,"owners_count":23787981,"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","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-23T18:18:36.886Z","updated_at":"2025-07-17T01:36:59.158Z","avatar_url":"https://github.com/tarc.png","language":"Nix","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sample Lean package with devShell integration\n\n## Memento\n\nShow:\n\n```bash\nnix flake show . --show-trace --all-systems\n```\n\nExpected output:\n\n```output\ngit+file:///Users/silvia/projects/lean-shell/another-lean-shell?ref=refs/heads/main\u0026rev=876f8a92516f7f6e8b6bca99be9000c8ac3b0e5b\n├───apps\n│   ├───aarch64-darwin\n│   │   ├───default: app\n│   │   └───lean: app\n│   ├───aarch64-linux\n│   │   ├───default: app\n│   │   └───lean: app\n│   ├───x86_64-darwin\n│   │   ├───default: app\n│   │   └───lean: app\n│   └───x86_64-linux\n│       ├───default: app\n│       └───lean: app\n├───devShells\n│   ├───aarch64-darwin\n│   │   └───default: development environment 'devenv-shell'\n│   ├───aarch64-linux\n│   │   └───default: development environment 'devenv-shell'\n│   ├───x86_64-darwin\n│   │   └───default: development environment 'devenv-shell'\n│   └───x86_64-linux\n│       └───default: development environment 'devenv-shell'\n└───packages\n    ├───aarch64-darwin\n    │   └───lean: package 'lean'\n    ├───aarch64-linux\n    │   └───lean: package 'lean'\n    ├───x86_64-darwin\n    │   └───lean: package 'lean'\n    └───x86_64-linux\n        └───lean: package 'lean'\n```\n\nArchive:\n\n```bash\nnix flake archive --json \\\n  | jq -r '.path,(.inputs|to_entries[].value.path)'\n```\n\nExpected output:\n\n```output\n/nix/store/j0kdj8mvqrpi8r0gpmzqmddrh359i8m6-source\n/nix/store/y9m0i9f9nk27kgiwwm0nnc72bzr1p55j-source\n/nix/store/hwsdv71bmaqvzbii5viryxc8slw4vr5v-source\n/nix/store/8gwkqdghf9pb7vwzsgfbpzydqq1iiirz-source\n/nix/store/7cgm1w1ig4a8zvdmhzykfdyaa9xynvbm-source\n```\n\nPush to cachix:\n\n```bash\nnix flake archive --json \\\n  | jq -r '.path,(.inputs|to_entries[].value.path)' \\\n  | cachix push tarc\n```\n\nExpected output:\n\n```output\ncompressing and pushing /nix/store/j0kdj8mvqrpi8r0gpmzqmddrh359i8m6-source (12.31 KiB)\nAll done.\n```\n\n## Usage\n\n```bash\nnix develop --impure\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarc%2Fanother-lean-shell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftarc%2Fanother-lean-shell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftarc%2Fanother-lean-shell/lists"}