From 3feb961b75a2076e7c1bf9757bd8760c1d01740b Mon Sep 17 00:00:00 2001 From: Jan Grosser Date: Mon, 3 Jun 2024 00:10:07 +0200 Subject: [PATCH] Fixed README. No channel upgrade => set to unstable --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 7e2895a..270ac1b 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,8 @@ sudo nixos-rebuild switch --flake ~/nixos/# ``` ## Upgrading to a new NixOS channel -List the current channels: -``` -sudo nix-channel --list -``` -Change the channel `nixos`: -``` -sudo nix-channel --add https://nixos.org/channels/nixos- -``` -Then, perform an update like above. +In `flake.nix` the channel is set to `unstable`. Therefore, there is no +need to upgrade the channel. ## Garbage Collection List all generations: