Merge pull request #205969 from Ma27/22.11-nix-2.12

[22.11] nixVersions.nix_2_12: init at 2.12.0
This commit is contained in:
Maximilian Bosch
2022-12-13 23:25:52 +01:00
committed by GitHub

View File

@@ -119,6 +119,14 @@ in lib.makeExtensible (self: {
];
};
nix_2_12 = common {
version = "2.12.0";
sha256 = "sha256-sQ9C101CL/eVN5JgH91ozHFWU4+bXr8/Fi/8NQk6xRI=";
patches = [
./patches/flaky-tests.patch
];
};
stable = self.nix_2_11;
unstable = self.stable;