flake.nix: buildPythonPackage -> buildPythonApplication

This commit is contained in:
2025-06-07 15:08:40 +02:00
parent 4793df09c0
commit 2a20d66776

View File

@@ -70,7 +70,7 @@
packages = forAllSystems (system: pkgs: {
default = self.packages.${system}.worblehat;
worblehat = with pkgs.python3Packages; buildPythonPackage {
worblehat = with pkgs.python3Packages; buildPythonApplication {
pname = "worblehat";
version = "0.1.0";
src = ./.;