From 8bdf1ec369d86d580248ba3113f0c5821575f63a Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 30 Mar 2025 12:25:13 -0500 Subject: [PATCH] include --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 2498a40..49f0e2b 100755 --- a/flake.nix +++ b/flake.nix @@ -191,7 +191,7 @@ modules/Print/src/*.cpp \ include/utils/App/App.cpp \ -fpic -shared \ - -I src -I include \ + -I src -I include -I . \ -Wall \ -o $name '';