diff options
author | Arun Isaac | 2024-10-17 00:06:44 +0100 |
---|---|---|
committer | Arun Isaac | 2024-10-17 00:07:20 +0100 |
commit | 6b87526974b87ef8ad02947ebada77b8020e93f8 (patch) | |
tree | e7e310469a72df80cd8ce7489a6a24057483b2e2 /topics/octopus | |
parent | b310faf5e13e93fa460fdfa0b0db9eccb0cd6efa (diff) | |
download | gn-gemtext-6b87526974b87ef8ad02947ebada77b8020e93f8.tar.gz |
Show guix command after adding to ~/.profile.
Diffstat (limited to 'topics/octopus')
-rw-r--r-- | topics/octopus/set-up-guix-for-new-users.gmi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/topics/octopus/set-up-guix-for-new-users.gmi b/topics/octopus/set-up-guix-for-new-users.gmi index 683a2da..f459559 100644 --- a/topics/octopus/set-up-guix-for-new-users.gmi +++ b/topics/octopus/set-up-guix-for-new-users.gmi @@ -17,6 +17,10 @@ But, you'd normally want to make this more convenient. So, add ~/.config/guix/cu GUIX_PROFILE=~/.config/guix/current . $GUIX_PROFILE/etc/profile ``` +Thereafter, you may run any guix command simply as +``` +$ guix ... +``` ## Pulling from a different channels.scm |