diff options
| author | Ophestra <cat@gensokyo.uk> | 2024-12-26 12:48:48 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2024-12-26 12:48:48 +0900 |
| commit | bf8094c6cad12926e65aaa78d02ef414d3ece3da (patch) | |
| tree | e027a02ab0da911a3b29600d4a2fb432311dd892 /package.nix | |
| parent | 2e3bb1893ed646426a0d38d8e9a2b9089bf632d0 (diff) | |
internal: include path to fortify main program
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 d131b183..afc88590 100644 --- a/package.nix +++ b/package.nix @@ -45,6 +45,7 @@ buildGoModule rec { Version = "v${version}"; Fsu = "/run/wrappers/bin/fsu"; Finit = "${placeholder "out"}/libexec/finit"; + Fortify = "${placeholder "out"}/bin/fortify"; }; # nix build environment does not allow acls |
