nar-herder 0-50.8a99247
Utility for managing and serving nars
The Nar Herder is a utility for managing a collection of nars (normalized archives, in the context of Guix) along with the corresponding narinfo files which contain some signed metadata.
It can assist in serving a collection of nars, moving them between machines, or mirroring an existing collection of nars.
It's currently a working prototype, many designed features aren't implemented, and the error handling is very rough.
- Outputs:
out - Website: https://git.cbaines.net/guix/nar-herder
- Licenses: AGPL 3+
- Package source: gnu/packages/package-management.scm
- Builds: See build status
- Issues: See known issues
Installation
Install nar-herder 0-50.8a99247 as follows:
guix install nar-herder@0-50.8a99247
Or install the latest version:
guix install nar-herder
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.