mirror of
https://code.tvl.fyi/depot.git:/tools/nixery.git
synced 2025-03-15 06:01:51 +00:00
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
2b696fd11d
commit
d8ae0bb2f6
|
@ -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 New Issue
Block a user