From bf5d10743f82ea438b1a05939f55d8b0027e98b9 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 13 Nov 2025 01:22:47 +0900 Subject: treewide: import internal/system For #24. Signed-off-by: Ophestra --- cmd/hakurei/command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/hakurei/command.go b/cmd/hakurei/command.go index e049cfc4..e1f4c513 100644 --- a/cmd/hakurei/command.go +++ b/cmd/hakurei/command.go @@ -20,8 +20,8 @@ import ( "hakurei.app/internal" "hakurei.app/internal/env" "hakurei.app/internal/outcome" + "hakurei.app/internal/system/dbus" "hakurei.app/message" - "hakurei.app/system/dbus" ) //go:linkname optionalErrorUnwrap hakurei.app/container.optionalErrorUnwrap -- cgit v1.3.1