Nix : Comment the home-manager for now.

This commit is contained in:
Dmitry Voronin 2024-01-31 01:39:51 +03:00
parent fbcf01d892
commit 3744c163d4

View file

@ -21,10 +21,10 @@ function nix_find() {
# Switch to Unstable branch.
function nix_unstable() {
nix-channel --remove nixos
nix-channel --remove home-manager
# nix-channel --remove home-manager
nix-channel --add https://nixos.org/channels/nixos-unstable nixos
nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
# nix-channel --add https://github.com/nix-community/home-manager/archive/master.tar.gz home-manager
nix-channel --update
}