cmd/fsu: remove import of internal package
All checks were successful
test / test (push) Successful in 24s

Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
This commit is contained in:
2024-11-04 12:32:14 +09:00
parent af15b1c048
commit 88abcbe0b2
3 changed files with 10 additions and 5 deletions

View File

@@ -28,10 +28,11 @@ buildGoModule rec {
[
"-s"
"-w"
"-X"
"main.Fmain=${placeholder "out"}/bin/.fortify-wrapped"
]
{
Version = "v${version}";
Fmain = "${placeholder "out"}/bin/.fortify-wrapped";
Fsu = "/run/wrappers/bin/fsu";
Fshim = "${placeholder "out"}/bin/.fshim";
Finit = "${placeholder "out"}/bin/.finit";