Silvan Mosberger
Silvan Mosberger
Yeah, @lf- please check out the [`lib.fileset`](https://nixos.org/manual/nixpkgs/unstable/#sec-functions-library-fileset) library, it's based on `builtins.path` underneath, but removes all of the gotchas. See also https://github.com/NixOS/nixpkgs/issues/271307. It's not as efficient as it could be...
Interested yes, but not sufficient availability right now :) I think this would be a great to label/advertise as a first good issue :)
@not-my-profile Thank you! ❤️
Sounds like you might need to make `map.sh` exectuable: ``` chmod +x map.sh ```
I'm not mainaining this repo myself, but PRs are always appreciated to fix problems :)
Let's close this then
@piegamesde I don't agree with this. It's really not that hard to support this, because we can use a library like [vcs-ignore](https://hackage.haskell.org/package/vcs-ignore), which will be good enough for most cases.
A especially good argument for needing this is that it doesn't make sense for a formatter to accept directory arguments when it doesn't make any effort to filter those directories,...
(discussed in the team meeting today) - With `nix fmt` this becomes less important - There's also `treefmt` - Generally no need to manually call `nixfmt` - Let `treefmt` or...
PR to weakly deprecate recursive mode: https://github.com/NixOS/nixfmt/pull/240