You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
For debugging purposes, I like to check wether I am running the native program or the generated nix wrapper. For instance with readlink -f $(which treefmt). Which returns here sthg like:
/nix/store/qaf912xd414y05y7ay9j9lxf89l4asa7-treefmt/bin/treefmt
Describe the solution you'd like
I think the derivation name should contain more information:
the version of treefmt
a --with-config suffix to know we are dealing with a wrapper. So /nix/store/qaf912xd414y05y7ay9j9lxf89l4asa7-treefmt-0.0.2-with-config/bin/treefmt
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
For debugging purposes, I like to check wether I am running the native program or the generated nix wrapper. For instance with
readlink -f $(which treefmt)
. Which returns here sthg like:/nix/store/qaf912xd414y05y7ay9j9lxf89l4asa7-treefmt/bin/treefmt
Describe the solution you'd like
I think the derivation name should contain more information:
--with-config
suffix to know we are dealing with a wrapper. So/nix/store/qaf912xd414y05y7ay9j9lxf89l4asa7-treefmt-0.0.2-with-config/bin/treefmt
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: