flake.nix: use poetry2nix from nix-community

I had to switch to my private repo with poetry2nix because they missed a hash for cryptography==41.0.3 dependency that we updated throughout the dependabot alert about this dependency.

The missing hash was added to the upstream repo in https://github.com/nix-community/poetry2nix/pull/1249

We don't really use this dependency directly, but I went ahead and updated it just in case.
This commit is contained in:
Disconnect3d 2023-08-07 11:34:48 +02:00
parent 64a4bd1f5e
commit 3d6f86402e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
inputs.poetry2nix = {
url = "github:disconnect3d/poetry2nix";
url = "github:nix-community/poetry2nix";
inputs.nixpkgs.follows = "nixpkgs";
};