From 204ad1c07a04c39a59fe4748e69ecee966b3d681 Mon Sep 17 00:00:00 2001 From: Nathan Date: Sat, 15 Mar 2025 16:19:27 -0500 Subject: [PATCH] link against App.cpp moron --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index bccdde0..409dc71 100755 --- a/flake.nix +++ b/flake.nix @@ -46,7 +46,7 @@ ];*/ buildPhase = '' - g++ modules/testMenu/src/*.cpp -fpic -shared -I src -o $name + g++ modules/testMenu/src/*.cpp src/App.cpp -fpic -shared -I src -o $name ''; installPhase = ''