Unverified Commit 65702964 authored by zowoq's avatar zowoq Committed by GitHub
Browse files

Merge pull request #225800 from Mindavi/nix/2.15.0

parents e5138729 e7912c19
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -126,7 +126,12 @@ in lib.makeExtensible (self: {
    sha256 = "sha256-5aCmGZbsFcLIckCDfvnPD4clGPQI7qYAqHYlttN/Wkg=";
  };

  nix_2_15 = common {
    version = "2.15.0";
    sha256 = "sha256-hNHfvmb1bIWwqFT5nesQgwh4V0OlyZHxj5ZVSQbZ+p4=";
  };

  stable = self.nix_2_13;

  unstable = self.nix_2_14;
  unstable = self.nix_2_15;
})