Remove unneeded libs
This commit is contained in:
@@ -1,7 +1,6 @@
|
|||||||
self: super:
|
self: super:
|
||||||
{
|
{
|
||||||
xonsh-direnv = super.callPackage ./xonsh-direnv.nix {
|
xonsh-direnv = super.callPackage ./xonsh-direnv.nix {
|
||||||
#lib = self.lib;
|
|
||||||
buildPythonPackage = self.python3.pkgs.buildPythonPackage;
|
buildPythonPackage = self.python3.pkgs.buildPythonPackage;
|
||||||
fetchPypi = self.python.pkgs.fetchPypi;
|
fetchPypi = self.python.pkgs.fetchPypi;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user