Commit 3773ebf4 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by Yt
Browse files

nixVersions.nix_2_19: init at 2.19.1

parent 6a0549b1
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -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