@cryptotaxi247 / infra-1 / commits / 444a3872

tarball-mirror: Use nixpkgs repo

Eelco Dolstra committed Jul 1, 2021 at 17:41 UTC 444a387257ed8c43974d20744de5785f91495249
1 file changed +2 -2
modules/tarball-mirror.nix
+2 -2
@@ -32,9 +32,9 @@ in
32 serviceConfig.PrivateTmp = true;
33 script =
34 ''
35 - dir=/home/tarball-mirror/nixpkgs-channels
35 + dir=/home/tarball-mirror/nixpkgs
36 if ! [[ -e $dir ]]; then
37 - git clone git://github.com/NixOS/nixpkgs-channels.git $dir
37 + git clone git://github.com/NixOS/nixpkgs.git $dir
38 fi
39 cd $dir
40 git remote update origin