From 283c3e28e7621c17cea2d7a0937daea1fcb4a23b Mon Sep 17 00:00:00 2001 From: Nathan Date: Sun, 30 Mar 2025 12:24:23 -0500 Subject: [PATCH] compile --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 884f184..2498a40 100755 --- a/flake.nix +++ b/flake.nix @@ -177,7 +177,7 @@ DependsOnPrintStatic = pkgs.stdenvNoCC.mkDerivation { - name = "DependsOnPrint"; + name = "DependsOnPrintStatic"; src = ./.; @@ -187,7 +187,7 @@ buildPhase = '' clang++ \ - modules/DependsOnPrint/src/*.cpp \ + modules/DependsOnPrintStatic/src/*.cpp \ modules/Print/src/*.cpp \ include/utils/App/App.cpp \ -fpic -shared \