Add C (meson) Template

This commit is contained in:
2023-08-23 22:47:55 -04:00
parent 11e3bb4a47
commit 5a2f120cf1
2 changed files with 93 additions and 0 deletions

View File

@@ -11,6 +11,9 @@
python = t ./flakes/python ''
Basic Python Environment Template
'';
c = t ./flakes/c ''
C Based Meson Project
'';
default = basic;
};
};