try dev shell

This commit is contained in:
2026-02-03 18:15:37 -06:00
parent cd19db0b88
commit 148ed1253c
3 changed files with 42 additions and 6 deletions

View File

@@ -11,14 +11,11 @@
nativeBuildInputs = with pkgs; [
clang
];
/*buildInputs = with pkgs; [
];*/
buildPhase = ''
clang++ \
src/example_apps/MinimalApp/MinimalApp.cpp \
-I src -I include \
-I include \
-Wall \
-o $name
'';