django5: make it quicker to build
This commit is contained in:
parent
a4f385c2f7
commit
31ff6d5606
@ -1,7 +1,12 @@
|
|||||||
_: prev: {
|
_: prev: {
|
||||||
python3 = prev.python3.override {
|
python3 = prev.python3.override {
|
||||||
packageOverrides = _: python-prev: {
|
packageOverrides = _: python-prev: {
|
||||||
django = python-prev.django_5;
|
# when used from a different flake (motiejus/config) on x86_64-linux
|
||||||
|
# (vno1-oh2) when cross-compiling to aarch64-linux build (fra1-a),
|
||||||
|
# it would not use cache. I wasn't sure at the time if the package
|
||||||
|
# was cached altogether. But disabling tests made it build reasonably
|
||||||
|
# quickly when cross-compiling too.
|
||||||
|
django = python-prev.django_5.overridePythonAttrs {doCheck = false;};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user