NixOS virtual machines on macOS: Difference between revisions
m Syntax highlight fix |
|||
| Line 6: | Line 6: | ||
Then run: | Then run: | ||
< | <syntaxhighlight lang="console"> | ||
nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer && | |||
</ | ./result/bin/darwin-installer | ||
</syntaxhighlight> | |||