No description
Find a file
2025-01-26 14:02:19 +00:00
bin Update modules to work with interceptors 2025-01-25 15:46:12 +00:00
examples Tidy up the AWS CLI interceptor example. 2025-01-26 14:02:19 +00:00
modules/ordo Tidy up the AWS CLI interceptor example. 2025-01-26 14:02:19 +00:00
.gitignore Make a start on connection 2025-01-03 11:32:23 +00:00
manifest.scm Make a start on connection 2025-01-03 11:32:23 +00:00
README.md Make a start on connection 2025-01-03 11:32:23 +00:00

Ordo

Ordo ab chao: from chaos, comes order.

Installing Dependencies

On a Guix system, you can simply run:

guix package -m manifest.scm

If Guix is not available where you plan to run ordo, but you have access to a system running Guix, you can create a tarball containing all the dependencies:

guix pack -RR -m manifest.scm

Copy the tarball to your system and unpack it (somewhere).

Find the name of the profile in the tarball and use that to configure paths etc.

export GUIX_PROFILE=$(realpath gnu/store/*-profile)
source "${GUIX_PROFILE}/etc/profile"