• fix(nix): disable nixbuild.nix import for aarch64-darwin systems

- Commented out the nixbuild.nix import in both aarch64-darwin system configurations
  - Maintains consistent system configuration across darwin platforms
This commit is contained in:
Harald Hoyer 2025-12-03 16:25:35 +01:00
parent 270f3fe252
commit 29e4ef307b
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ with lib.metacfg;
system.defaults.dock.autohide = false; system.defaults.dock.autohide = false;
imports = [ imports = [
./../../nixbuild.nix # ./../../nixbuild.nix
]; ];
homebrew = { homebrew = {

View file

@ -3,7 +3,7 @@
with lib.metacfg; with lib.metacfg;
{ {
imports = [ imports = [
./../../nixbuild.nix # ./../../nixbuild.nix
]; ];
homebrew = { homebrew = {