diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-31 18:34:28 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2023-01-31 18:34:28 +0100 |
commit | 694ee98c15159f09fcc05bc0729366349f04abfe (patch) | |
tree | 5199ba81f1c87ac01c490195a439019671f8ba63 | |
parent | Hosts: Mount /tmp in ram (diff) | |
download | nixos-config-694ee98c15159f09fcc05bc0729366349f04abfe.tar.gz nixos-config-694ee98c15159f09fcc05bc0729366349f04abfe.tar.bz2 nixos-config-694ee98c15159f09fcc05bc0729366349f04abfe.zip |
Misc: Fix Non-NixOS updating instructions
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md index 6bf450d..46e5497 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ nix build .#homeManagerConfigurations.$HOST-$HARDWARE-$ARCH.activationPackage ## Updating ``` +nix flake update + home-manager switch --flake .#$HOST-$HARDWARE-$ARCH ``` |