Merge pull request #188777 from qowoz/nix211

This commit is contained in:
Sandro 2022-08-29 22:36:41 +02:00 committed by GitHub
commit 031311f816
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -84,7 +84,13 @@ in lib.makeExtensible (self: {
patches = [ ./patches/flaky-tests.patch ];
};
stable = self.nix_2_10;
nix_2_11 = common {
version = "2.11.0";
sha256 = "sha256-9+rpYzI+SmxJn+EbYxjGv68Ucp22bdFUSy/4LkHkkDQ=";
patches = [ ./patches/flaky-tests.patch ];
};
stable = self.nix_2_11;
unstable = self.stable;
})