More moving out of overlays

Moved homebrew installer package out of overlays
Removed ITG specific Python packages entirely
This commit is contained in:
Greg Hellings
2024-10-11 13:07:41 -05:00
parent 6a3f482792
commit 54dfebe7f7
7 changed files with 21 additions and 134 deletions
-4
View File
@@ -31,9 +31,6 @@ rec {
cp = python-final.callPackage;
in
{
django-rapyd-modernauth = cp ./django-rapyd-modernauth.nix { };
graypy = cp ./graypy.nix { };
itg-django-utils = cp ./itg-django-utils.nix { };
xonsh-apipenv = cp ./xonsh-apipenv.nix { };
}
)
@@ -43,7 +40,6 @@ rec {
enwiki-dump = prev.callPackage ./enwiki-dump.nix { };
# Overrides of packages
brew = prev.callPackage ./homebrew.nix { };
copier = (
if is2405 then
prev.copier.overridePythonAttrs (_: {