Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 421 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 421 Bytes

nixcache

Work in progress, but should work. (Probably some dragons.)

This is a simplified nix cache implementation. Inspired by attic.

Intended for fully stateless deployment (serverless platforms: lambda/cloudrun/cloudflare workers/...). All data is persisted in S3.

Known limitations

  • no garbage collection
  • no security/privacy guarantees
  • single cache namespace only