Skip to content

Commit

Permalink
Add to top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
poperigby committed Jan 25, 2025
1 parent 01b682f commit d7bb9fc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/python-modules/inflate64/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
buildPythonPackage,
fetchFromGitea,
lib,
pytestCheckHook,
setuptools,
setuptools-scm,
}:
Expand Down
2 changes: 2 additions & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -1068,6 +1068,8 @@ with pkgs;

pricehist = python3Packages.callPackage ../tools/misc/pricehist { };

py7zr = with python3Packages; toPythonApplication py7zr;

q = callPackage ../tools/networking/q { };

qFlipper = libsForQt5.callPackage ../tools/misc/qflipper { };
Expand Down

0 comments on commit d7bb9fc

Please sign in to comment.