summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAntoine Eiche <lewo@abesis.fr>2020-05-08 20:21:34 +0200
committerlewo <lewo@abesis.fr>2020-05-11 21:46:01 +0000
commitb8e4ed00c3fbe1d11b96cf336db5487768917f69 (patch)
treeaea721bc057eef8a852ebe49f05c106a7f9b38b6 /tests
parent830c66f1bedf89f8bf6301e39a77a0e03371d188 (diff)
Remove 19.09 support
Note there is still the 19.09 branch.
Diffstat (limited to 'tests')
-rw-r--r--tests/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 3515091..11b3843 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -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"
];