Use channels.nixos.org URL for unstable channel

restic-rest-server
Simon Bruder 2020-10-11 11:08:59 +02:00
parent 2e572e5f95
commit 8b9dbe1009
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
};