add meson to c lang dev config

This commit is contained in:
xunuwu 2025-06-23 00:53:56 +02:00
parent 67b829783d
commit a49a5689b5
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -1,6 +1,7 @@
{pkgs, ...}: { {pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
cmake cmake
meson
clang clang
gnumake gnumake
ninja ninja