No description
Find a file
Ray Miller 93820dc307
Some refactoring, and implement stat
Add convenience functions run and must to the context module, and remove
the similar functions from connection.

In the connection module, rename %run to connection-run now that that
function has moved to context.
2025-01-08 18:27:46 +00:00
bin Some refactoring and new functionality. 2024-07-17 17:12:36 +01:00
modules/ordo Some refactoring, and implement stat 2025-01-08 18:27:46 +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
tryme.scm Some refactoring, and implement stat 2025-01-08 18:27:46 +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"