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 '';