Skip to content

Instantly share code, notes, and snippets.

@kashifulhaque
Created April 13, 2024 10:07
Show Gist options
  • Save kashifulhaque/849c349ff094c39f13c31e8010f74dfc to your computer and use it in GitHub Desktop.
Save kashifulhaque/849c349ff094c39f13c31e8010f74dfc to your computer and use it in GitHub Desktop.
To enable "unstable" branch in NixOS

Add the unstable NixOS channel

sudo nix-channel --add https://nixos.org/channels/nixos-unstable nixos-unstable

Update the unstable NixOS channel

sudo nix-channel --update nixos-unstable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment