From 7fd06f9d8df8525e6356453fe70337631c7e531e Mon Sep 17 00:00:00 2001 From: tilpner Date: Thu, 9 Apr 2020 22:42:56 +0200 Subject: [PATCH] mirror: add redirection for store-paths.xz --- mirror-nixos-branch.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/mirror-nixos-branch.pl b/mirror-nixos-branch.pl index 7c564e7..3022a72 100755 --- a/mirror-nixos-branch.pl +++ b/mirror-nixos-branch.pl @@ -331,6 +331,7 @@ redirect($channelName, $releasePrefix); redirect("$channelName/nixexprs.tar.xz", "$releasePrefix/nixexprs.tar.xz"); redirect("$channelName/git-revision", "$releasePrefix/git-revision"); redirect("$channelName/packages.json.br", "$releasePrefix/packages.json.br"); +redirect("$channelName/store-paths.xz", "$releasePrefix/store-paths.xz"); # Create redirects relevant only to NixOS channels. # FIXME: create only redirects to files that exist.