mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user