nixVersions.nix_2_11: init at 2.11.0

This commit is contained in:
zowoq 2022-08-29 16:42:38 +10:00
parent 2b5e1bce52
commit 1a0e572d6d

View File

@ -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;