diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-01-18 11:59:33 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-01-18 11:59:33 +0900 |
| commit | 7baca66a56f67fa5722b689cbff747eac12b857e (patch) | |
| tree | a2e6bf668d2a5ea52b5e113c08d65141dbcd5101 /package.nix | |
| parent | 27d2914286495bf83b163172d5084a91222e7ed7 (diff) | |
proc: remove duplicate compile-time fortify reference
This is no longer needed since shim and init are now part of the main program.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package.nix b/package.nix index 4c715ec0..8c8f8693 100644 --- a/package.nix +++ b/package.nix @@ -37,7 +37,6 @@ buildGoModule rec { { Version = "v${version}"; Fsu = "/run/wrappers/bin/fsu"; - Fortify = "${placeholder "out"}/bin/fortify"; }; # nix build environment does not allow acls |
