Skip to content

Commit

Permalink
Fix C tooling
Browse files Browse the repository at this point in the history
  • Loading branch information
b3nj5m1n committed Oct 13, 2023
1 parent fd5e46c commit 281b93a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion files/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"gitsigns.nvim": { "branch": "main", "commit": "749267aaa863c30d721c9913699c5d94e0c07dd3" },
"indent-blankline.nvim": { "branch": "master", "commit": "f5335ef7493bd6adf5f2ae21d67240709a514408" },
"kommentary": { "branch": "main", "commit": "533d768a140b248443da8346b88e88db704212ab" },
"lazy.nvim": { "branch": "main", "commit": "33c447b96e1cb1a5a2be87982d5d32bb5054079d" },
"lazy.nvim": { "branch": "main", "commit": "dac844ed617dda4f9ec85eb88e9629ad2add5e05" },
"leap.nvim": { "branch": "main", "commit": "5efe985cf68fac3b6a6dfe7a75fbfaca8db2af9c" },
"lspkind.nvim": { "branch": "master", "commit": "57610d5ab560c073c465d6faf0c19f200cb67e6e" },
"marks.nvim": { "branch": "master", "commit": "76aca5069c5ce5c0099e30168649e6393e494f26" },
Expand Down
3 changes: 2 additions & 1 deletion nix/modules/nixos/c.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
config = {
environment.systemPackages = with pkgs; [
clang
libclang
clang-tools
# libclang
cmake
gcc
];
Expand Down

0 comments on commit 281b93a

Please sign in to comment.