[fix] home: remove clang from dev config
All checks were successful
/ check (push) Successful in 24s
/ build (docs) (push) Successful in 2s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 12s

It collides with gcc
This commit is contained in:
Jalil David Salamé Messina 2024-07-02 23:56:47 +02:00
parent 4e85e68b9d
commit 3b74018dc6
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -172,7 +172,6 @@ in {
enable = lib.mkEnableOption "development settings" // {default = fromConfig ["dev" "enable"] false;};
neovimAsManPager = lib.mkEnableOption "neovim as the man pager";
extraPackages = mkExtraPackagesOption "dev" [
["clang"] # LLVM C lang compiler
["jq"] # json parser
["just"] # just a command runner
["typos"] # low false positive rate typo checker