nixVersions.nix_2_19: init at 2.19.1
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user