Revert "nixVersions.stable: 2.12 -> 2.13"

This reverts commit 956bc25a80.

broke the tarball job
This commit is contained in:
zowoq 2023-01-22 09:02:03 +10:00
parent da5b47eba8
commit 89181b4e09

View file

@ -111,7 +111,7 @@ in lib.makeExtensible (self: {
sha256 = "sha256-uXh4+xjJUHQSCg+LHh6+SSYtMdjKQiTXMZ4uZFwzdq4=";
};
stable = self.nix_2_13;
stable = self.nix_2_12;
unstable = self.stable;
})