nixVersions.nix_2_9: init at 2.9.0
This commit is contained in:
parent
75313a3efd
commit
f0c3fe4091
1 changed files with 5 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue