flake: update poetry2nix & remove scipy override
This commit is contained in:
parent
203bff205d
commit
bfe15a558a
6
flake.lock
generated
6
flake.lock
generated
@ -66,11 +66,11 @@
|
|||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1702365004,
|
"lastModified": 1705060653,
|
||||||
"narHash": "sha256-IRFvmyP1uk1hchRVxaXTqu6YoZCvMM/NVtUf2hD2Tag=",
|
"narHash": "sha256-puYyylgrBS4AFAHeyVRTjTUVD8DZdecJfymWJe7H438=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "poetry2nix",
|
"repo": "poetry2nix",
|
||||||
"rev": "c12ac880114d52a3cad5fa02b00f2e2090e89982",
|
"rev": "e0b44e9e2d3aa855d1dd77b06f067cd0e0c3860d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -32,10 +32,6 @@
|
|||||||
old: {
|
old: {
|
||||||
buildInputs = (old.buildInputs or [ ]) ++ [ super.poetry-core ];
|
buildInputs = (old.buildInputs or [ ]) ++ [ super.poetry-core ];
|
||||||
});
|
});
|
||||||
scipy = super.scipy.override {
|
|
||||||
# fail to build
|
|
||||||
preferWheel = true;
|
|
||||||
};
|
|
||||||
flake8-black = super.flake8-black.overridePythonAttrs (
|
flake8-black = super.flake8-black.overridePythonAttrs (
|
||||||
# ModuleNotFoundError: No module named 'setuptools'
|
# ModuleNotFoundError: No module named 'setuptools'
|
||||||
old: {
|
old: {
|
||||||
|
Loading…
Reference in New Issue
Block a user