feat: new aarch64-darwin host - fern

This commit is contained in:
Ryan Yin
2023-12-20 20:09:09 +08:00
parent a07dfbe36a
commit e70f7269f4
10 changed files with 120 additions and 166 deletions

View File

@@ -47,7 +47,6 @@
checkmake
gcc # c/c++ compiler, required by nvim-treesitter!
llvmPackages.clang-unwrapped # c/c++ tools with clang-tools such as clangd
gdb
lldb
#-- python
@@ -149,6 +148,7 @@
else [
#-- verilog / systemverilog
verible
gdb
]
);
};