a functional Odoo deployment using GNU Guix
To build python-oddo
package with a specific version of Guix pinned
in the channels-lock.scm
.
GUIX_PROFILE="./current-guix"
guix pull --channels="./channels-lock.scm" \
--profile="$GUIX_PROFILE"
. "$GUIX_PROFILE/etc/profile"
guix build -L "." python-odoo