refactor(nix): nix-filter -> lib.fileset

with our own use of `map`, this is basically a drop-in replacement for
nix-filter, but already in nixpkgs!

Signed-off-by: seth <getchoo@tuta.io>
This commit is contained in:
seth 2024-01-17 22:46:29 -05:00
parent 7bce88e83e
commit 8312713dc2
No known key found for this signature in database
GPG key ID: D31BD0D494BBEE86
4 changed files with 13 additions and 35 deletions

View file

@ -12,7 +12,6 @@
url = "github:hercules-ci/flake-parts";
inputs.nixpkgs-lib.follows = "nixpkgs";
};
nix-filter.url = "github:numtide/nix-filter";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs = {