overlay: keep python dep overlay as an example
This commit is contained in:
parent
bd15e1fad0
commit
221a2662f5
@ -69,3 +69,15 @@
|
||||
] else
|
||||
[ ];
|
||||
}
|
||||
|
||||
# Example Python dep overlay
|
||||
# (self: super: {
|
||||
# python3 = super.python3.override {
|
||||
# packageOverrides = python-self: python-super: {
|
||||
# canonicaljson = python-super.canonicaljson.overrideAttrs (oldAttrs: {
|
||||
# nativeBuildInputs = [ python-super.setuptools ];
|
||||
# });
|
||||
# };
|
||||
# };
|
||||
# })
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user