mk-darwin-system
mk-darwin-system copied to clipboard
Small Nix utility to create an M1 aarch64-darwin (nixFlakes + nix-darwin + home-manager) system.
https://github.com/nix-community/nix-direnv
Being `brew` a very popular source of packages on Mac, and being `nix-darwin` [having support for it](https://github.com/LnL7/nix-darwin/blob/master/modules/homebrew.nix), we should add a template so people can have an example of using...
This could also help new users get much more examples on how to do/organize things. PRs welcome!
Since this flake is intended for aarch64-darwin platform, I guess we are blocked until github provides such an environment where to run actions - unless someone donates an arm gh...
I just ran `nix flake new my-system --template github:vic/mk-darwin-system#minimal` and the `nix flake check` and got errors as in https://github.com/LnL7/nix-darwin/pull/552#issuecomment-1438071798 To turn off the documentation needs `documentation.enable = false; documentation.doc.enable...
I had to factory reset my machine. My flake that was working fine before now fails with "/nix/var/nix/profiles/system/sw/bin/darwin-rebuild: No such file or directory" Do you understand what could cause that?...