2
0
Fork 0

Pointing poetry2nix flake to fork with pytest-runner fix

This commit is contained in:
Nicola Zangrandi 2025-01-22 17:35:47 +01:00
parent a8a5f56661
commit b3f87ca685
Signed by: wasp
GPG key ID: 43C1470D890F23ED

View file

@ -6,7 +6,7 @@
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
utils.url = "github:numtide/flake-utils";
poetry2nix = {
url = "github:nix-community/poetry2nix";
url = "github:cpcloud/poetry2nix";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "utils";
};