diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-02-26 12:03:25 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-02-26 12:03:25 +0900 |
| commit | 6d4ac3d9fdf1cc44249bf90c89e6da56028fde4f (patch) | |
| tree | f261c7ecc9bcb3bbef5d5eb7922ff86b761c3a3a /package.nix | |
| parent | a5d2f040fb01588cc980c4577a4ba8fac01526f0 (diff) | |
internal: store fortify path in internal
This now makes more sense due to the changes in build system.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
