this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: testing and acknowledgements

+23
+23
README.md
··· 114 114 ```sh 115 115 make clean 116 116 ``` 117 + 118 + ## Testing 119 + 120 + GitHub Actions builds all NixOS and Darwin hosts, then applies the test hosts. 121 + 122 + You can also test this locally in VMs: 123 + 124 + NixOS: 125 + 126 + 1. `make test` <!-- TODO add test VM back --> 127 + 128 + macOS: 129 + 130 + 1. Install [UTM](https://getutm.app) 131 + 2. Download [macOS IPSW recovery file](https://ipsw.me/product/Mac) 132 + 3. Create a macOS VM in UTM using the downloaded IPSW file 133 + 4. Run `xcode-select --install` in the new VM 134 + 5. (Optional) Clone the VM to a new one for easy rollback ([UTM doesn't support snapshot yet](https://github.com/utmapp/UTM/issues/2688)) <!-- TODO --> 135 + 6. Follow [the above steps](#macOS) 136 + 137 + ## Acknowledgements 138 + 139 + - [Setup nix, nix-darwin and home-manager from scratch on an M1 Macbook Pro](https://gist.github.com/jmatsushita/5c50ef14b4b96cb24ae5268dab613050)