mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
nixVersions.nix_2_19: drop
This commit is contained in:
parent
53cbef91e4
commit
45e940777e
@ -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 = {
|
||||
|
@ -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=";
|
||||
|
Loading…
Reference in New Issue
Block a user