jobsets: switch nixpkgs url from git:// to https://

This commit is contained in:
Astro 2019-10-10 23:42:09 +02:00
parent 56a0d0b968
commit e5b208ef82
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ let
};
nixpkgs = {
type = "git";
value = "git://github.com/NixOS/nixpkgs.git release-19.09 1";
value = "https://github.com/NixOS/nixpkgs.git release-19.09 1";
emailresponsible = false;
};
} // (builtins.mapAttrs (_: gitUrl: {