Building?

This commit is contained in:
Andrea Ciceri 2021-10-14 10:35:16 +02:00
parent 9237779561
commit 741d9b5b6a
No known key found for this signature in database
GPG key ID: A1FC89532D1C5654
6 changed files with 36 additions and 58 deletions

View file

@ -182,9 +182,11 @@
}
// {
budModules = { devos = import ./bud; };
# checks.aarch64-linux = { }; # this line will be uncommented by Github Action in order since it can't build aarch64 derivations
}
// {
# checks.aarch64-linux = { }; # ga-uncomment
# checks.x86_64-darwin = { }; # ga-uncomment
# packages.x86_64-darwin = { }; # ga-uncomment
darwinConfigurations."mbp" = darwin.lib.darwinSystem {
system = "x86_64-darwin";
modules = [ home.darwinModules.home-manager ./hosts/mbp ];