• 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:
parent
270f3fe252
commit
29e4ef307b
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ with lib.metacfg;
|
|||
system.defaults.dock.autohide = false;
|
||||
|
||||
imports = [
|
||||
./../../nixbuild.nix
|
||||
# ./../../nixbuild.nix
|
||||
];
|
||||
|
||||
homebrew = {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
with lib.metacfg;
|
||||
{
|
||||
imports = [
|
||||
./../../nixbuild.nix
|
||||
# ./../../nixbuild.nix
|
||||
];
|
||||
|
||||
homebrew = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue