Remove nix-filter input.

This commit is contained in:
R-VdP 2023-03-14 20:36:29 +01:00
parent 5f72cae0bd
commit 5ccc6b1bba
No known key found for this signature in database
2 changed files with 0 additions and 18 deletions

View file

@ -9,7 +9,6 @@
flake-utils.follows = "flake-utils";
};
};
nix-filter.url = "github:numtide/nix-filter";
pre-commit-hooks = {
url = "github:cachix/pre-commit-hooks.nix";
inputs = {
@ -43,7 +42,6 @@
{ self
, nixpkgs
, flake-utils
, nix-filter
, rust-overlay
, crane
, devshell