README.org (Quickstart): Correct documentation to match rename of user-manifest.scm to home-manifest.scm

This commit is contained in:
Collin J. Doering 2022-03-14 23:30:14 -04:00
parent e8542c2b22
commit ec4eed7755
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ Dependencies are managed using [[https://guix.gnu.org][guix]] and can be install
#+begin_src shell
guix pull -C ~/.dotfiles/channels.scm
guix package -m ~/.dotfiles/user-manifest.scm
guix package -m ~/.dotfiles/home-manifest.scm
#+end_src
Configurations for a variety of programs are available to be 'installed' by symbolically
@ -75,10 +75,10 @@ Here are some useful commands for working with package upgrades on guix.
#+begin_src shell
# Check for binary substitute availability on the tip of master
guix time-machine -- weather -m ~/.dotfiles/user-manifest.scm
guix time-machine -- weather -m ~/.dotfiles/home-manifest.scm
# Build a environment using the provided user-manifest.scm off the tip of master (useful to test the new environment)
guix time-machine -- environment -m ~/.dotfiles/user-manifest.scm -- exit
# Build a environment using the provided home-manifest.scm off the tip of master (useful to test the new environment)
guix time-machine -- environment -m ~/.dotfiles/home-manifest.scm -- exit
#+end_src
*** Updates that modify zsh site-functions (completions)