Merge pull request #204841 from qowoz/nix
nixVersions.nix_2_12: init at 2.12.0
This commit is contained in:
commit
80b1fb3d5e
2 changed files with 14 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
x86_64-linux = "/nix/store/xdlpraypxdimjyfrr4k06narrv8nmfgh-nix-2.11.1";
|
x86_64-linux = "/nix/store/h88w1442c7hzkbw8sgpcsbqp4lhz6l5p-nix-2.12.0";
|
||||||
i686-linux = "/nix/store/acghbpn3aaj2q64mz3ljipsgf9d9qxlp-nix-2.11.1";
|
i686-linux = "/nix/store/j23527l1c3hfx17nssc0v53sq6c741zs-nix-2.12.0";
|
||||||
aarch64-linux = "/nix/store/0lrf6danhdqjsrhala134ak8vn0b9ghj-nix-2.11.1";
|
aarch64-linux = "/nix/store/zgzmdymyh934y3r4vqh8z337ba4cwsjb-nix-2.12.0";
|
||||||
x86_64-darwin = "/nix/store/60sx4c6xflgqk11gvijwzlsczbxgxgwh-nix-2.11.1";
|
x86_64-darwin = "/nix/store/wnlrzllazdyg1nrw9na497p4w0m7i7mm-nix-2.12.0";
|
||||||
aarch64-darwin = "/nix/store/dmk5m3nlqp1awaqrp1f06qhhkh3l102n-nix-2.11.1";
|
aarch64-darwin = "/nix/store/7n5yamgzg5dpp5vb6ipdqgfh6cf30wmn-nix-2.12.0";
|
||||||
}
|
}
|
||||||
|
|
|
@ -119,7 +119,15 @@ in lib.makeExtensible (self: {
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
stable = self.nix_2_11;
|
nix_2_12 = common {
|
||||||
|
version = "2.12.0";
|
||||||
|
sha256 = "sha256-sQ9C101CL/eVN5JgH91ozHFWU4+bXr8/Fi/8NQk6xRI=";
|
||||||
|
patches = [
|
||||||
|
./patches/flaky-tests.patch
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
|
stable = self.nix_2_12;
|
||||||
|
|
||||||
unstable = self.stable;
|
unstable = self.stable;
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue