System calls [Nix.System] on the default Nix installation.
()
| 31 | |
| 32 | // System calls [Nix.System] on the default Nix installation. |
| 33 | func System() string { |
| 34 | return Default.System() |
| 35 | } |
| 36 | |
| 37 | // Version calls [Nix.Version] on the default Nix installation. |
| 38 | func Version() string { |