From 013758af6ed128207c040db2958872889303a18a Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 20 Mar 2025 12:02:11 -0500 Subject: [PATCH] Make poetry plugins actually plug in --- home/hosts/ivr/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/home/hosts/ivr/default.nix b/home/hosts/ivr/default.nix index cd785b2..ee25f70 100644 --- a/home/hosts/ivr/default.nix +++ b/home/hosts/ivr/default.nix @@ -41,8 +41,13 @@ in mysql-workbench nixStable pipenv-ivr - poetry - poetryPlugins.poetry-plugin-export + (poetry.withPlugins ( + ps: with ps; [ + poetry-audit-plugin + poetry-plugin-export + poetry-plugin-shell + ] + )) pre-commit robo3t x