Use channels.nixos.org URL for unstable channel
This commit is contained in:
parent
2e572e5f95
commit
8b9dbe1009
|
@ -49,7 +49,7 @@
|
|||
);
|
||||
# Add unstable channel
|
||||
packageOverrides = pkgs: {
|
||||
unstable = import (builtins.fetchTarball "https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz") {
|
||||
unstable = import (builtins.fetchTarball "https://channels.nixos.org/nixos-unstable/nixexprs.tar.xz") {
|
||||
config = config.nixpkgs.config;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue