Compare commits

..

2 Commits

Author SHA1 Message Date
e59c4f424d
cmd/flaunch: implement app bundle wrapper
All checks were successful
Tests / Go tests (push) Successful in 33s
Nix / NixOS tests (push) Successful in 3m39s
This tool creates fortify configuration for running an application bundle. The activate action wraps a home-manager activation package and ensures each generation gets activated once.

Signed-off-by: Ophestra <cat@gensokyo.uk>
2024-12-27 18:28:16 +09:00
8e5aa3a540
internal: include path to fortify main program
Signed-off-by: Ophestra <cat@gensokyo.uk>
2024-12-26 12:48:48 +09:00

View File

@ -36,7 +36,7 @@ func (sys *I) ProxyDBus(session, system *dbus.Config, sessionPath, systemPath st
} }
// system bus is optional // system bus is optional
d.system = system != nil d.system = system == nil
// upstream address, downstream socket path // upstream address, downstream socket path
var sessionBus, systemBus [2]string var sessionBus, systemBus [2]string