{"id":13511761,"url":"https://github.com/cachix/cachix","last_synced_at":"2025-05-14T04:10:26.019Z","repository":{"id":37234289,"uuid":"122870796","full_name":"cachix/cachix","owner":"cachix","description":"Command line client for Nix binary cache hosting:","archived":false,"fork":false,"pushed_at":"2025-04-09T14:01:34.000Z","size":3573,"stargazers_count":888,"open_issues_count":124,"forks_count":49,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-10T11:07:40.890Z","etag":null,"topics":["dhall","haskell","nix","nixos","servant"],"latest_commit_sha":null,"homepage":"https://cachix.org","language":"Haskell","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/cachix.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,"zenodo":null}},"created_at":"2018-02-25T19:55:01.000Z","updated_at":"2025-05-10T02:52:56.000Z","dependencies_parsed_at":"2023-02-10T10:31:26.682Z","dependency_job_id":"53a0b072-559e-4b0e-8f61-f5569056c8f8","html_url":"https://github.com/cachix/cachix","commit_stats":{"total_commits":1039,"total_committers":19,"mean_commits":54.68421052631579,"dds":0.4571703561116458,"last_synced_commit":"8b6b0e4694b9aa78b2ea4c93bff6e1a222dc7e4a"},"previous_names":[],"tags_count":53,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachix%2Fcachix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachix%2Fcachix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachix%2Fcachix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cachix%2Fcachix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cachix","download_url":"https://codeload.github.com/cachix/cachix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254070111,"owners_count":22009559,"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":["dhall","haskell","nix","nixos","servant"],"created_at":"2024-08-01T03:01:09.833Z","updated_at":"2025-05-14T04:10:21.003Z","avatar_url":"https://github.com/cachix.png","language":"Haskell","funding_links":[],"categories":["Haskell","nix","Development"],"sub_categories":[],"readme":"\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://cachix.org\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"logos/cachix-with-brand-light.svg\"\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"logos/cachix-with-brand-dark.svg\"\u003e\n      \u003cimg src=\"logos/cachix-with-brand-light.svg\" width=\"200\" alt=\"Cachix logo\"\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\n## [Cachix](https://cachix.org) - Nix binary cache hosting: Never build software twice.\n\n[![Test](https://github.com/cachix/cachix/workflows/Test/badge.svg)](https://github.com/cachix/cachix/actions)\n[![Hackage](https://img.shields.io/hackage/v/cachix.svg)](https://hackage.haskell.org/package/cachix)\n\n```\n$ cachix --help\nhttps://cachix.org command line interface\n\nUsage: cachix [-c|--config CONFIGPATH] [--host URI | --hostname URI]\n              [-v|--verbose] (COMMAND | (-V|--version))\n\n  To get started, log in to https://app.cachix.org\n\nAvailable options:\n  -h,--help                Show this help text\n  -c,--config CONFIGPATH   Cachix configuration file\n                           (default: \"/home/sandydoo/.config/cachix/cachix.dhall\")\n  --hostname URI           Host to connect to (default: https://cachix.org)\n  -v,--verbose             Verbose mode\n  -V,--version             Show cachix version\n\nConfig commands:\n  authtoken                Configure an authentication token for Cachix\n  config                   Manage configuration settings for cachix\n\nCache commands:\n  generate-keypair         Generate a signing key pair for a binary cache\n  use                      Configure a binary cache in nix.conf\n  remove                   Remove a binary cache from nix.conf\n\nPush commands:\n  push                     Upload Nix store paths to a binary cache\n  watch-exec               Run a command while watching /nix/store for newly\n                           added store paths and upload them to a binary cache\n  watch-store              Watch /nix/store for newly added store paths and\n                           upload them to a binary cache\n  import                   Import the contents of a binary cache from an\n                           S3-compatible object storage service into Cachix\n\nStore path commands:\n  pin                      Pin a store path to prevent it from being garbage\n                           collected\n\nDaemon commands:\n  daemon                   Run a daemon that listens to push requests over a\n                           unix socket\n\nCachix Deploy commands:\n  deploy                   Manage remote Nix-based systems with Cachix Deploy\n```\n\n\n## Installation\n\n1. Install the Cachix client using Nix:\n\n```bash\nnix-env -iA cachix -f https://cachix.org/api/v1/install\n```\n\nAlso available as `pkgs.cachix` in [nixpkgs](https://github.com/NixOS/nixpkgs).\n\n2. Login via https://www.cachix.org/api/v1/login to start using the service\n\n## Development\n\nInstall Cachix from master:\n\n```bash\nnix-env -if https://github.com/cachix/cachix/tarball/master --substituters 'https://cache.nixos.org https://cachix.cachix.org' --trusted-public-keys 'cachix.cachix.org-1:eWNHQldwUO7G2VkjpnjDbWwy4KQ/HNxht7H4SSoMckM= cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY='\n```\n\nOr with Nix 2.4+:\n\n```bash\nnix profile install github:cachix/cachix/latest --accept-flake-config\n```\n\n## Support\n\n- [Documentation](https://docs.cachix.org)\n- [#cachix@matrix.org](https://matrix.to/#/#cachix:matrix.org)\n- [Discord](https://discord.com/invite/naMgvexb6q)\n- [support@cachix.org](mailto:support@cachix.org)\n\n## Changelog\n\n- [Cachix changelog](./cachix/CHANGELOG.md) for the command\n- [API changelog](./cachix-api/CHANGELOG.md) (Haskell)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachix%2Fcachix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcachix%2Fcachix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcachix%2Fcachix/lists"}