nixVersions.stable: 2.10 -> 2.11

This commit is contained in:
zowoq 2022-08-29 16:43:13 +10:00
parent 1a0e572d6d
commit 6e56024e67

View File

@ -90,7 +90,7 @@ in lib.makeExtensible (self: {
patches = [ ./patches/flaky-tests.patch ];
};
stable = self.nix_2_10;
stable = self.nix_2_11;
unstable = self.stable;
})