garnix-io / issues

Public issue tracker for garnix.io
15 stars 0 forks source link

Is it possible to build darwinConfigurations? #90

Closed axeltlarsson closed 1 month ago

axeltlarsson commented 4 months ago

I tried including it in my garnix.yaml like so:

builds:
  exclude: []
  include:
  - '*.x86_64-linux.*'
  - defaultPackage.x86_64-linux
  - devShells.x86_64-linux
  - homeConfigurations.*
  - nixosConfigurations.*
  - darwinConfigurations.*

but unfortunately it doesn't seem to trigger. It would be amazing if it was possible!

soenkehahn commented 1 month ago

This should work now. Please, re-open if there's problems. Documented here.

Thanks for the feature request, @axeltlarsson! And also thanks for publishing your dotfiles, I used those for testing this! :)

axeltlarsson commented 1 month ago

It seems to work! Thanks a lot, I love this project! 😍