Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 6, 2022
1 parent 6db2bd1 commit b617b70
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 371 deletions.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
use flake
watch_file poetry.lock
4 changes: 4 additions & 0 deletions poetry-overrides.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ in
nbformat = super.nbformat.overridePythonAttrs (attrs: {
nativeBuildInputs = attrs.nativeBuildInputs or [ ] ++ [ self.setuptools ];
});

nbclient = super.nbclient.overridePythonAttrs (attrs: {
nativeBuildInputs = attrs.nativeBuildInputs or [ ] ++ [ self.hatchling ];
});
}
Loading

0 comments on commit b617b70

Please sign in to comment.