fix typo
This commit is contained in:
parent
d0113dcfe4
commit
5b6b22f461
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
source = builtins.fromJSON (builtins.readFile ./source.json);
|
source = builtins.fromJSON (builtins.readFile ./source.json);
|
||||||
python = python3.override {
|
python = python3.override {
|
||||||
packageOverrides = self: super: {
|
packageOverrides = self: super: {
|
||||||
dask = super.dask.overrridePythonAttrs (_: {
|
dask = super.dask.overridePythonAttrs (_: {
|
||||||
installCheckPhase = "true";
|
installCheckPhase = "true";
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Reference in a new issue