From 7d882d161e601092bc94c7a92c0adc38f7600aad Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 17 Jul 2024 11:15:09 -0500 Subject: [PATCH] Add poetry to IVR --- home/hosts/ivr/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/hosts/ivr/default.nix b/home/hosts/ivr/default.nix index 9f38b22..8beaa6a 100644 --- a/home/hosts/ivr/default.nix +++ b/home/hosts/ivr/default.nix @@ -25,6 +25,7 @@ in { home-manager insomnia pipenv-ivr + poetry ]; file.".pip/pip.conf".text = (lib.strings.concatStringsSep "\n" [ "[global]"