2485 shaares
83 private links
83 private links
Declarative package & configuration manager for Arch Linux.
Similar to 'pacdef' but written in python (not rust) and using python to define the declaration.
Primarily, that means two things:
a. the declaration language is super flexible and can be used for all kinds of advanced shenanigans. Essentially Nix-like without the steep functional learning curve if you already know python.
b. the bootstrapping process is a little more awkward as we first need to ensure the correct python interpreter (and potentially dependencies?) installed on the system. For a rust-based program you can more easily just use a specific binary.
Can also take care of systemD services and configuration files to some extent.