Nix : Comment the home-manager for now.
This commit is contained in:
parent
fbcf01d892
commit
3744c163d4
|
@ -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
|
||||
}
|
||||
|
|
Reference in a new issue