diff --git a/flake.nix b/flake.nix index d75b260..2ae0139 100644 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,8 @@ packages = { default = self'.packages.hpp-util; hpp-util = pkgs.hpp-util.overrideAttrs (_: { + # TODO: remove this patch override after next release + patches = []; src = pkgs.lib.fileset.toSource { root = ./.; fileset = pkgs.lib.fileset.unions [