mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-25 11:14:02 +02:00
fix: nix build
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@@ -66,11 +66,11 @@
|
|||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1701816679,
|
"lastModified": 1701861752,
|
||||||
"narHash": "sha256-2RHRwSU2LV1FcZ95cZJQtxZbbsQvLD5ErY+ePDuAUHI=",
|
"narHash": "sha256-QfrE05P66856b1SMan69NPhjc9e82VtLxBKg3yiQGW8=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "poetry2nix",
|
"repo": "poetry2nix",
|
||||||
"rev": "d734eac98c5b5709991efb209051ac0f6a196508",
|
"rev": "9fc487b32a68473da4bf9573f85b388043c5ecda",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@@ -40,11 +40,6 @@
|
|||||||
protobuf = prev.protobuf.override { preferWheel = true; };
|
protobuf = prev.protobuf.override { preferWheel = true; };
|
||||||
ruff = prev.ruff.override { preferWheel = true; };
|
ruff = prev.ruff.override { preferWheel = true; };
|
||||||
wallycore = prev.wallycore.override { preferWheel = true; };
|
wallycore = prev.wallycore.override { preferWheel = true; };
|
||||||
bolt11 = prev.bolt11.overrideAttrs (old: {
|
|
||||||
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [
|
|
||||||
prev.poetry-core
|
|
||||||
];
|
|
||||||
});
|
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user