nixVersions.nix_2_9: init at 2.9.0

This commit is contained in:
Artturin 2022-05-31 17:43:28 +03:00
parent 75313a3efd
commit f0c3fe4091

View file

@ -85,6 +85,11 @@ in lib.makeExtensible (self: {
sha256 = "sha256-zldZ4SiwkISFXxrbY/UdwooIZ3Z/I6qKxtpc3zD0T/o=";
};
nix_2_9 = common {
version = "2.9.0";
sha256 = "sha256-W6aTsTpCTb+vXQEXDjnKqetOuJmEfSuK2CXvAMqwo74=";
};
stable = self.nix_2_8;
unstable = lib.lowPrio (common rec {