From 049f2f669a29654be1f6f6188c5afd5cc614bb4d Mon Sep 17 00:00:00 2001 From: Max Date: Sun, 25 Sep 2022 16:37:24 +0200 Subject: [PATCH] inputs: add nix-filter --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index dc210b4..ab1cc39 100644 --- a/flake.nix +++ b/flake.nix @@ -166,6 +166,8 @@ url = "github:hercules-ci/flake-parts"; inputs.nixpkgs.follows = "nixpkgs"; }; + + nix-filter.url = "github:numtide/nix-filter"; repin-flake-compat = { url = "github:edolstra/flake-compat";