nixUnstable: bump to latest nix version

This commit is contained in:
Jörg Thalheim
2023-01-23 07:14:27 +10:00
committed by zowoq
parent 8eb4975c83
commit 523e62005a
@@ -113,5 +113,5 @@ in lib.makeExtensible (self: {
stable = self.nix_2_12;
unstable = self.stable;
unstable = self.nix_2_13;
})