nix-filter
nix-filter copied to clipboard
a small self-contained source filtering lib
I came up with an approach to fix the empty directory problem. I wanted to make you aware of it in case you'd be able to use it to improve...
One thing I noticed when using this on a real-world project, is that `matchExt` is a bit too wide. What I mean is that typically I want to match under...
I'd like to have an explicit whitelist specified with nix-filter combined with a blacklist based on .gitignore. Can I compose nix-filter somehow with, for example: https://github.com/hercules-ci/gitignore.nix? Thanks!
I'm currently using `cleanSourceWith` like: ```nix let srcFilter = path: type: let p = baseNameOf path; in !( # ignore CI directories (type == "directory" && (p == ".github" ||...
The doc could be better. What is the best notation to describe nix functions? Are all the use-cases covered in the readme?
I'd like to be able to specify exact files such as ```nix rec { artifact_a = nix-filter { root = ../../; include = [ ./relative/path/to/a.ext ./another/path/to/b.ext ]; }; artifact_b =...
The description contains a typo: "container" instead of "contained". 
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27. Release notes Sourced from cachix/install-nix-action's releases. v27 What's Changed Enable always-allow-substitutes by default by @sandydoo in cachix/install-nix-action#207 nix: 2.20.5 -> 2.22.1 by @kashw2 in...
Welcome to [Renovate](https://redirect.github.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request. To disable...