diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-11-06 14:59:28 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-11-06 14:59:28 +0900 |
| commit | 3962705126de0f295638ee30992efcd572615457 (patch) | |
| tree | 926c66526bb87d5da0751d904a7227ad01b27f39 /package.nix | |
| parent | ad80be721be5bf60f69f0a244f882bb00edaf269 (diff) | |
nix: keep fshim and finit names
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/package.nix b/package.nix index 63d89bde..cdc3dbeb 100644 --- a/package.nix +++ b/package.nix @@ -34,8 +34,8 @@ buildGoModule rec { { Version = "v${version}"; Fsu = "/run/wrappers/bin/fsu"; - Fshim = "${placeholder "out"}/bin/.fshim"; - Finit = "${placeholder "out"}/bin/.finit"; + Fshim = "${placeholder "out"}/bin/fshim"; + Finit = "${placeholder "out"}/bin/finit"; }; buildInputs = [ @@ -54,7 +54,5 @@ buildGoModule rec { } mv $out/bin/fsu $out/bin/.fsu - mv $out/bin/fshim $out/bin/.fshim - mv $out/bin/finit $out/bin/.finit ''; } |
