Fix completions

This commit is contained in:
2024-06-04 16:58:23 +02:00
parent 5b7cd757fd
commit 32ab2508c3
3 changed files with 9 additions and 85 deletions

View File

@@ -24,6 +24,7 @@
inherit (poetry2nix.lib.mkPoetry2Nix { inherit pkgs; }) mkPoetryApplication defaultPoetryOverrides;
pypkgs-build-requirements = {
paho-mqtt = [ "hatch-vcs" ];
typer-slim = [ "pdm-backend" ];
};
p2n-overrides = defaultPoetryOverrides.extend (final: prev:
builtins.mapAttrs