Skip to content

Commit

Permalink
chore(deps): bump nix flakes and add missing editables dependency f…
Browse files Browse the repository at this point in the history
…or `hatchling` (#10670)
  • Loading branch information
cpcloud authored Jan 15, 2025
1 parent c987927 commit c0277e4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
24 changes: 12 additions & 12 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions nix/pyproject-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ in
};
});
}) // lib.mapAttrs (name: spec: addBuildSystems prev.${name} spec) buildSystemOverrides // {
hatchling = prev.hatchling.overrideAttrs (attrs: {
propagatedBuildInputs = attrs.propagatedBuildInputs or [ ] ++ [ final.editables ];
});

mysqlclient = prev.mysqlclient.overrideAttrs (attrs: {
nativeBuildInputs = attrs.nativeBuildInputs or [ ] ++ [ final.setuptools ];
buildInputs = attrs.buildInputs or [ ] ++ [ pkgs.pkg-config pkgs.libmysqlclient ];
Expand Down

0 comments on commit c0277e4

Please sign in to comment.