No description
Find a file
2025-07-06 15:00:16 +01:00
examples Simplify example 2025-07-06 14:43:14 +01:00
ordo Simplify handling of localhost in inventory 2025-07-06 15:00:16 +01:00
.gitignore Skeleton CLI using guile-config 2025-05-29 15:31:32 +01:00
guix.scm Skeleton CLI using guile-config 2025-05-29 15:31:32 +01:00
ordo.scm Implement logger 2025-05-29 16:57:26 +01:00
README.md Skeleton CLI using guile-config 2025-05-29 15:31:32 +01: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"