Remove 19.09 support

Note there is still the 19.09 branch.
This commit is contained in:
Antoine Eiche 2020-05-08 20:21:34 +02:00 committed by lewo
parent 830c66f1be
commit b8e4ed00c3
2 changed files with 0 additions and 15 deletions

View file

@ -1,9 +1,7 @@
# Generate an attribute sets containing all tests for all releaeses
# It looks like:
# - extern.nixpkgs_19_09
# - extern.nixpkgs_20.03
# - extern.nixpkgs_unstable
# - intern.nixpkgs_19_09
# - intern.nixpkgs_20.03
# - intern.nixpkgs_unstable
@ -29,7 +27,6 @@ let
};
releaseNames = [
"nixpkgs-19.09"
"nixpkgs-20.03"
"nixpkgs-unstable"
];