From 02e3dcadedcc1c8b4b438d251eaa527f29862d11 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Sun, 13 Jun 2021 19:23:00 +0300 Subject: [PATCH] build(nix): dont try to compile the recipe_graphviz binary --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 199b8be1b5..26bebdf085 100644 --- a/flake.nix +++ b/flake.nix @@ -79,7 +79,7 @@ # Declare env values here so that `common/build.rs` sees them NIX_GIT_HASH = prettyRev; NIX_GIT_TAG = tag; - crateBin = lib.filter (bin: bin.name != "csv_export" && bin.name != "csv_import") oldAttrs.crateBin; + crateBin = lib.filter (bin: bin.name != "csv_export" && bin.name != "csv_import" && bin.name != "recipe_graphviz") oldAttrs.crateBin; }; veloren-voxygen = oldAttrs: { VELOREN_USERDATA_STRATEGY = "system";