Clean up django-rapyd-modernauth build

This commit is contained in:
Greg Hellings
2023-06-29 10:03:17 -05:00
parent fdaed2ef6c
commit 821c873a8d
3 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ flake-utils.lib.eachDefaultSystemMap (system:
brew = pkgs.callPackage ./homebrew.nix {};
django-rapyd-modernauth = pkgs.callPackage ./django-rapyd-modernauth.nix {
django-rapyd-modernauth = pkgs.python3.pkgs.callPackage ./django-rapyd-modernauth.nix {
buildPythonPackage = pkgs.python3.pkgs.buildPythonPackage;
};