Skip to content
Snippets Groups Projects
Jean-Paul Calderone's avatar
Jean-Paul Calderone authored
The previous version did pin nixpkgs to the version in nixpkgs.json.  However,
it did so without a name which means the derivation was only cacheable for a
few minutes.

By supplying name the resulting derivation can now be stored in /nix/store and
re-used as long as the hash does not change.
61d4e0d9
History

Project Hosting Moved

This project can now be found at https://whetstone.privatestorage.io/opensource/PrivateStorageio

PrivateStorageio

The backend for a private, secure, and end-to-end encrypted storage solution.

Documentation

There is documentation for:

  • Users: docs/user/README.rst
  • Operators/Admins: docs/ops/README.rst
  • Developers: docs/dev/README.rst

The documentation can be built using this command:

$ nix-build docs.nix

The documentation is also built on and published by CI.