Closed srid closed 1 year ago
Describe the bug
pkgs.treefmt from nixpkgs has meta.description (which is useful in devshell banners), however the wrapper script returned by passthru's withConfig wrapper script has no such metadata.
pkgs.treefmt
meta.description
withConfig
https://github.com/numtide/treefmt/blob/66959743ba9e955819a16960319a09d152acff9a/module-options.nix#L97
I'll be deprecating withConfig, but this also applies to treefmt-nix
Describe the bug
pkgs.treefmt
from nixpkgs hasmeta.description
(which is useful in devshell banners), however the wrapper script returned by passthru'swithConfig
wrapper script has no such metadata.https://github.com/numtide/treefmt/blob/66959743ba9e955819a16960319a09d152acff9a/module-options.nix#L97