diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-07-02 21:23:55 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-07-02 21:23:55 +0900 |
| commit | a1d98823f8d17b49b432508d071b62ccd426f1ce (patch) | |
| tree | cacbe2d42f9ff3fd49b455e849770840e34d076a /package.nix | |
| parent | 255b77d91dc40736b7bbd7d96b22500076b098e5 (diff) | |
hakurei: move container toplevel
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'package.nix')
| -rw-r--r-- | package.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.nix b/package.nix index bb645172..129921cb 100644 --- a/package.nix +++ b/package.nix @@ -76,7 +76,7 @@ buildGoModule rec { ) { version = "v${version}"; - hakurei = "${placeholder "out"}/libexec/hakurei"; + hmain = "${placeholder "out"}/libexec/hakurei"; hsu = "/run/wrappers/bin/hsu"; }; |
