From 6d4ac3d9fdf1cc44249bf90c89e6da56028fde4f Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 26 Feb 2025 12:03:25 +0900 Subject: internal: store fortify path in internal This now makes more sense due to the changes in build system. Signed-off-by: Ophestra --- package.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'package.nix') diff --git a/package.nix b/package.nix index c081663b..e45b857d 100644 --- a/package.nix +++ b/package.nix @@ -50,6 +50,7 @@ buildGoModule rec { { Version = "v${version}"; Fsu = "/run/wrappers/bin/fsu"; + Fortify = "${placeholder "out"}/libexec/fortify"; }; # nix build environment does not allow acls -- cgit v1.3.1