Building?
This commit is contained in:
parent
9237779561
commit
741d9b5b6a
6 changed files with 36 additions and 58 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue