Remove unneeded libs

This commit is contained in:
Greg Hellings
2022-05-11 23:59:11 -05:00
parent f18d1f357c
commit 97dc85a256
-1
View File
@@ -1,7 +1,6 @@
self: super:
{
xonsh-direnv = super.callPackage ./xonsh-direnv.nix {
#lib = self.lib;
buildPythonPackage = self.python3.pkgs.buildPythonPackage;
fetchPypi = self.python.pkgs.fetchPypi;
};