Version calls [Nix.Version] on the default Nix installation.
()
| 36 | |
| 37 | // Version calls [Nix.Version] on the default Nix installation. |
| 38 | func Version() string { |
| 39 | return Default.Version() |
| 40 | } |
| 41 | |
| 42 | // AtLeast reports if the default Nix installation's version is equal to or |
| 43 | // newer than the given version. It returns false if it cannot determine the |
no test coverage detected