nixVersions.unstable: stable -> 2.14

This commit is contained in:
zowoq 2023-03-01 07:34:15 +10:00
parent a8bd0d2b2e
commit 96cc38b1e8

View file

@ -131,5 +131,5 @@ in lib.makeExtensible (self: {
stable = self.nix_2_13;
unstable = self.stable;
unstable = self.nix_2_14;
})