chore: reformat

This commit is contained in:
technofab 2025-09-02 11:34:24 +02:00
parent cad40720a6
commit f147295418
No known key found for this signature in database
5 changed files with 8 additions and 5 deletions

View file

@ -10,7 +10,10 @@ args: let
cilib = {
inherit (impl) helpers modules mkPipeline mkJobRun mkJobDeps mkJobPatched;
utils = import ./utils.nix {inherit pkgs;};
version = trimWith { start = true; end = true; } (builtins.readFile ./VERSION);
version = trimWith {
start = true;
end = true;
} (builtins.readFile ./VERSION);
mkCI = config:
(evalModules {