From 45736601869fb7678e7385c0f96a19aeb2012aa8 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sat, 28 Oct 2023 20:44:08 -0500 Subject: [PATCH] Extra detail on adding unstable channel in install notes --- install.org | 1 + 1 file changed, 1 insertion(+) diff --git a/install.org b/install.org index 4e0faef..8bb9282 100644 --- a/install.org +++ b/install.org @@ -44,6 +44,7 @@ nix-shell '' -A install If home-manager starts to not cooperate, it may be because the unstable branch of nixpkgs is in the Nix channel list. This can be fixed via: #+BEGIN_SRC sh :noeval nix-channel --add https://nixos.org/channels/nixpkgs-unstable +nix-channel --update #+END_SRC Home-manager may also not work without re-logging back in after it has been installed.