nixVersions.stable: 2.9 -> 2.10

This commit is contained in:
Nick Cao
2022-07-14 23:53:44 +08:00
parent c543c996a9
commit f5330a5b6a
@@ -97,7 +97,7 @@ in lib.makeExtensible (self: {
patches = [ ./patches/flaky-tests.patch ];
};
stable = self.nix_2_9;
stable = self.nix_2_10;
unstable = self.stable;
})