Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 347 Bytes

File metadata and controls

17 lines (11 loc) · 347 Bytes

Odoo Guix

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