Add postprocessing, add flakeModules.touchup

This commit is contained in:
Robert Hensing 2025-05-27 14:32:12 +02:00
parent 157c95de4d
commit 9d0762c18a
7 changed files with 334 additions and 2 deletions

View file

@ -159,7 +159,7 @@ let
let
eval = flake-parts-lib.evalFlakeModule args module;
in
eval.config.flake;
eval.config.processedFlake;
/**
Deprecated. Declare options directly, e.g. `options.foo.bar = mkOption { ... }`,