diff --git a/flake.nix b/flake.nix index dad22d4..6eceaa2 100644 --- a/flake.nix +++ b/flake.nix @@ -17,7 +17,7 @@ }; in rec { - packages = { + packages = rec { python = pkgs.python315.overrideAttrs ( finalAttrs: previousAttrs: { patches = previousAttrs.patches ++ [ @@ -33,6 +33,7 @@ ''; } ); + default = python; }; devShells.default = with pkgs;