python docs: improve overlay example

The `pythonPackages` definition is redundant
This commit is contained in:
Erik Arvstedt 2018-07-25 16:34:49 +02:00
parent 4ccaa7de8e
commit a8f54972f4

View File

@ -1041,7 +1041,6 @@ self: super:
});
};
};
pythonPackages = self.python.pkgs;
}
```