chore(nix): update channel URL

It looks like NixPkgs channels have moved. Fixing this URL allows
using nixos-20.09, for instance.
This commit is contained in:
Jerome Petazzoni 2021-04-13 16:20:06 +02:00 committed by Vincent Ambo
parent 2b696fd11d
commit d8ae0bb2f6

View File

@ -23,7 +23,7 @@ let
fetchImportChannel = channel:
let
url =
"https://github.com/NixOS/nixpkgs-channels/archive/${channel}.tar.gz";
"https://github.com/NixOS/nixpkgs/archive/${channel}.tar.gz";
in import (fetchTarball url) importArgs;
# If a git repository is requested, it is retrieved via