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:
parent
3e1d63ccb3
commit
954953d8ba
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue