IVR Python updates

This commit is contained in:
Greg Hellings
2023-06-13 16:44:09 -05:00
parent 7908f77e4d
commit 199936212b
5 changed files with 91 additions and 37 deletions
+4
View File
@@ -14,6 +14,10 @@ flake-utils.lib.eachDefaultSystemMap (system:
brew = pkgs.callPackage ./homebrew.nix {};
django-rapyd-modernauth = pkgs.callPackage ./django-rapyd-modernauth.nix {
buildPythonPackage = pkgs.python3.pkgs.buildPythonPackage;
};
xonsh-direnv = pkgs.callPackage ./xonsh-direnv.nix {
buildPythonPackage = pkgs.python3.pkgs.buildPythonPackage;
fetchPypi = pkgs.python.pkgs.fetchPypi;