From 2a20d667760c1bef0aec6863154898b5205223ac Mon Sep 17 00:00:00 2001 From: h7x4 Date: Sat, 7 Jun 2025 15:08:40 +0200 Subject: [PATCH] flake.nix: `buildPythonPackage` -> `buildPythonApplication` --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 224a2e1..0299289 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = ./.;