nixVersions.unstable: 2.14.1 -> 2.15.0

This commit is contained in:
Rick van Schijndel
2023-04-14 10:19:30 +10:00
committed by zowoq
parent 95daa74795
commit e7912c19a9
@@ -133,5 +133,5 @@ in lib.makeExtensible (self: {
stable = self.nix_2_13;
unstable = self.nix_2_14;
unstable = self.nix_2_15;
})