Skip to content

build: allow installing examples to be disabled

Alyssa Ross requested to merge qyliss/ModemManager:examples into main

In Nixpkgs, sysconfdir is not writeable in the sandbox in which packages are built, so it's important for us to be able to disable installing example files. (We create configuration files and install them into /etc separately through our "module system".)

Signed-off-by: Alyssa Ross hi@alyssa.is

Merge request reports