diff --git a/flake.lock b/flake.lock
index c271d3163..117b101bd 100644
--- a/flake.lock
+++ b/flake.lock
@@ -66,11 +66,11 @@
         "treefmt-nix": "treefmt-nix"
       },
       "locked": {
-        "lastModified": 1701816679,
-        "narHash": "sha256-2RHRwSU2LV1FcZ95cZJQtxZbbsQvLD5ErY+ePDuAUHI=",
+        "lastModified": 1701861752,
+        "narHash": "sha256-QfrE05P66856b1SMan69NPhjc9e82VtLxBKg3yiQGW8=",
         "owner": "nix-community",
         "repo": "poetry2nix",
-        "rev": "d734eac98c5b5709991efb209051ac0f6a196508",
+        "rev": "9fc487b32a68473da4bf9573f85b388043c5ecda",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 07770ab81..6fdd9bf2b 100644
--- a/flake.nix
+++ b/flake.nix
@@ -40,11 +40,6 @@
             protobuf = prev.protobuf.override { preferWheel = true; };
             ruff = prev.ruff.override { preferWheel = true; };
             wallycore = prev.wallycore.override { preferWheel = true; };
-            bolt11 = prev.bolt11.overrideAttrs (old: {
-              nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [
-                prev.poetry-core
-              ];
-            });
           });
         };
       });