From 53ecc0893a774fa1cc67d469e5bcef3b2d8fd04c Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Wed, 14 Jan 2026 19:22:18 +0300 Subject: Add "guix/" to prod container load path. --- production-deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/production-deploy.sh b/production-deploy.sh index c8e30fe..8fb3d36 100755 --- a/production-deploy.sh +++ b/production-deploy.sh @@ -3,6 +3,7 @@ # genenetwork-machines --- Guix configuration for genenetwork machines # Copyright © 2022, 2024 Arun Isaac # Copyright © 2024 Frederick Muriuki Muriithi +# Copyright © 2026 Munyoki Kilyungi # # This file is part of genenetwork-machines. # @@ -24,7 +25,8 @@ container_script=$(guix system container \ --network \ - --load-path=. \ + --load-path=./guix/ \ + --load-path=./ \ --verbosity=3 \ --share=/export/guix-containers/genenetwork/var/genenetwork=/var/genenetwork \ --share=/export/guix-containers/genenetwork/var/lib/acme=/var/lib/acme \ -- cgit 1.4.1