mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 19:44:09 +00:00
nixVersions.nix_2_11: init at 2.11.0
This commit is contained in:
parent
2b5e1bce52
commit
1a0e572d6d
@ -84,6 +84,12 @@ in lib.makeExtensible (self: {
|
||||
patches = [ ./patches/flaky-tests.patch ];
|
||||
};
|
||||
|
||||
nix_2_11 = common {
|
||||
version = "2.11.0";
|
||||
sha256 = "sha256-9+rpYzI+SmxJn+EbYxjGv68Ucp22bdFUSy/4LkHkkDQ=";
|
||||
patches = [ ./patches/flaky-tests.patch ];
|
||||
};
|
||||
|
||||
stable = self.nix_2_10;
|
||||
|
||||
unstable = self.stable;
|
||||
|
Loading…
Reference in New Issue
Block a user