No description
Find a file
Ray Miller 8a41f8f558
Updates to quadlet generation
* Define quadlets directly, without use of a macro
* Allow override of the quadlet install directory
2025-06-23 09:49:50 +01:00
examples Some actions, and fleshing out playbook/tasks 2025-06-22 18:31:36 +01:00
ordo Updates to quadlet generation 2025-06-23 09:49:50 +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"