Unverified Commit 979709b0 authored by Sandro Jäckel's avatar Sandro Jäckel
Browse files

nixVersions.nix_2_18: init

parent b6f88484
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -191,6 +191,11 @@ in lib.makeExtensible (self: ({
    hash = "sha256-QMYAkdtU+g9HlZKtoJ+AI6TbWzzovKGnPZJHfZdclc8=";
  };

  nix_2_18 = common {
    version = "2.18.0";
    hash = "sha256-ggISAuGpTkKp6JXt1BbcLtLDYOPECWqrVnPVgQEFHYc=";
  };

  # 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