Elektrobit / flake-pilot

Registration/Control utility for applications launched through a runtime-engine, e.g containers
MIT License
9 stars 5 forks source link

Add config loader and path resolver #180

Closed isbm closed 10 months ago

isbm commented 10 months ago

Now configuration can be loaded from one place, paths are taken automatically and all the data from .d directories is merged:

let myconf = flakes::config::load()?;