help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: '--load-path' option not working for 'guix system' command


From: Pierre Neidhardt
Subject: Re: '--load-path' option not working for 'guix system' command
Date: Tue, 13 Nov 2018 08:25:24 +0100
User-agent: mu4e 1.0; emacs 26.1

> 'guix system reconfigure /etc/config.scm --load-path=~/my-guix'

This because the shell only expands '~' to $HOME if it's a starting character.
Here you should either use

    guix system reconfigure /etc/config.scm --load-path=$HOME/my-guix
    
or

    guix system reconfigure /etc/config.scm -L ~/my-guix

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]