nixVersions.nix_2_10: init at 2.10.2
This commit is contained in:
parent
8404dc74ef
commit
778863cbaa
1 changed files with 5 additions and 0 deletions
|
@ -91,6 +91,11 @@ in lib.makeExtensible (self: {
|
|||
sha256 = "sha256-uZCaBo9rdWRO/AlQMvVVjpAwzYijB2H5KKQqde6eHkg=";
|
||||
};
|
||||
|
||||
nix_2_10 = common {
|
||||
version = "2.10.2";
|
||||
sha256 = "sha256-/8zlkXoZEZd+LgJq5xw8h+u2STqeKLrGTARZklE3CP8=";
|
||||
};
|
||||
|
||||
stable = self.nix_2_9;
|
||||
|
||||
unstable = self.stable;
|
||||
|
|
Loading…
Reference in a new issue