From a61a5ababfd951005cfcefc1fd25354667fcabc0 Mon Sep 17 00:00:00 2001 From: Mikhail Klementev Date: Wed, 26 Jun 2019 15:03:24 +0000 Subject: [PATCH] Add note about unstable channel --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 46aea1d..adf31d6 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,9 @@ nix-env -iA nixos.gitMinimal git clone https://code.dumpstack.io/infra/localhost.git /mnt/etc/nixos/ + nix-channel --add https://nixos.org/channels/nixos-unstable unstable + nix-channel --update + nixos-generate-config --root /mnt nixos-install