nixVersions.nix_2_19: drop

This commit is contained in:
Jörg Thalheim 2024-11-07 07:28:14 +01:00
parent 53cbef91e4
commit 45e940777e
2 changed files with 0 additions and 7 deletions

View File

@ -74,7 +74,6 @@ in stdenv.mkDerivation (finalAttrs: {
latest = localRepoCheck nixVersions.latest;
git = localRepoCheck nixVersions.git;
nix_2_18 = localRepoCheck nixVersions.nix_2_18;
nix_2_19 = localRepoCheck nixVersions.nix_2_19;
};
meta = {

View File

@ -179,12 +179,6 @@ in lib.makeExtensible (self: ({
self_attribute_name = "nix_2_18";
};
nix_2_19 = common {
version = "2.19.7";
hash = "sha256-CkT1SNwRYYQdN2X4cTt1WX3YZfKZFWf7O1YTEo1APfc=";
self_attribute_name = "nix_2_19";
};
nix_2_24 = common {
version = "2.24.10";
hash = "sha256-XdeVy1/d6DEIYb3nOA6JIYF4fwMKNxtwJMgT3pHi+ko=";