From b6cab597ba168096b831eefbe183315cb88f8683 Mon Sep 17 00:00:00 2001 From: Roman Volosatovs Date: Sat, 26 Aug 2023 19:57:00 +0200 Subject: [PATCH] fix(nix): adapt to changed `nixify` parameter name Signed-off-by: Roman Volosatovs --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 432016bd..ff8bd8b6 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ rust.mkFlake { src = ./.; - ignorePaths = [ + excludePaths = [ "/.github" "/.gitignore" "/Drawbridge.toml.example"