[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to have guile module available during sudo system reconfigure?
From: |
Marek Paśnikowski |
Subject: |
Re: How to have guile module available during sudo system reconfigure? |
Date: |
Wed, 21 Aug 2024 09:25:37 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Tomas Volf <~@wolfsden.cz> writes:
> I did run into an interesting (frustrating?) problem. I created a
> package that bundles few Guile modules of my making. I installed it
> into my home environment and wanted to use helpers from it in my system
> configuration. However I am not sure how to do that.
>
> When I do
>
> guix system build some/config.scm
>
>
> The system builds and everything is fine.
>
> However when try to reconfigure the system using
>
> sudo guix system reconfigure some/config.scm
>
I have settled on a different reconfiguration method on my systems to
ensure usage of modules brought in by guix pull
sudo guix system reconfigure -e '(@ (systems akashi) operating-system*)
I hope this is enough to work around your issue.