diff --git a/pkgs/default.nix b/pkgs/default.nix
index a8a647df013f2bdf71457284a81b2c2a57c18f1a..a3ebb37806148d2da89e1826d372e39907a38d2a 100644
--- a/pkgs/default.nix
+++ b/pkgs/default.nix
@@ -101,6 +101,7 @@ curses-menu = callPackage ./development/python-modules/curses-menu { };
earthpy = callPackage ./development/python-modules/earthpy { };
geotiler = callPackage ./development/python-modules/geotiler { };
gpxelevations = callPackage ./development/python-modules/gpxelevations { };
jsonseq = callPackage ./development/python-modules/jsonseq { };
modbus_tk = callPackage ./development/python-modules/modbus_tk {
python3Packages = pkgs.python310Packages;
diff --git a/pkgs/development/python-modules/hardpy/default.nix b/pkgs/development/python-modules/hardpy/default.nix
new file mode 100644
index 0000000000000000000000000000000000000000..78e665780fe9495e0b2631314c6194c77ff23dc7
--- /dev/null
+++ b/pkgs/development/python-modules/hardpy/default.nix
@@ -0,0 +1,48 @@
+{
+}:
+python3Packages.buildPythonPackage rec {
--replace-fail "hatchling==1.21.1" "hatchling"
+}
application/octet-stream
This content has been proxied by September (3851b).