Skip to content

Commit

Permalink
nix: move package to nixpkgs
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 7, 2024
1 parent aa2eec4 commit 7b0607f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 [
Expand Down

0 comments on commit 7b0607f

Please sign in to comment.