forked from the-distro/channel-scripts
Quick hack to fix status.nixos.org
This commit is contained in:
parent
faa521b194
commit
6ba4a48263
1 changed files with 1 additions and 0 deletions
|
@ -246,6 +246,7 @@ sub redirect {
|
|||
# Update channels on channels.nixos.org.
|
||||
redirect($channelName, $releasePrefix);
|
||||
redirect("$channelName/nixexprs.tar.xz", "$releasePrefix/nixexprs.tar.xz");
|
||||
redirect("$channelName/git-revision", "$releasePrefix/git-revision");
|
||||
|
||||
# For nixos channels also create redirects for latest images.
|
||||
# FIXME: create only redirects to files that exist.
|
||||
|
|
Loading…
Reference in a new issue