nixVersions.nix_2_19: init at 2.19.1

This commit is contained in:
Sandro Jäckel
2023-12-01 13:10:32 +00:00
committed by Yt
parent 6a0549b15b
commit 3773ebf41a
@@ -4,7 +4,6 @@
, boehmgc
, callPackage
, fetchFromGitHub
, fetchurl
, fetchpatch
, fetchpatch2
, runCommand
@@ -238,6 +237,14 @@ in lib.makeExtensible (self: ({
];
};
nix_2_19 = common {
version = "2.19.1";
hash = "sha256-OzAeQwlAF4l0h2uBWGIPvGBYNL6MpBfrdRKwHTRQXl4=";
patches = [
patch-rapidcheck-shared
];
};
# The minimum Nix version supported by Nixpkgs
# Note that some functionality *might* have been backported into this Nix version,
# making this package an inaccurate representation of what features are available