From 3ec37d2cb254f0a6db454072becdb995b8844fb5 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Wed, 13 Mar 2024 14:12:43 +0100 Subject: [PATCH] flake: add poetry2nix fork to support ruff 0.3.x --- flake.lock | 11 ++++++----- flake.nix | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 3c0d8a4..f56ed31 100644 --- a/flake.lock +++ b/flake.lock @@ -102,15 +102,16 @@ "treefmt-nix": "treefmt-nix" }, "locked": { - "lastModified": 1708589824, - "narHash": "sha256-2GOiFTkvs5MtVF65sC78KNVxQSmsxtk0WmV1wJ9V2ck=", - "owner": "nix-community", + "lastModified": 1710254459, + "narHash": "sha256-KfJTGCzA+YPVkQ/qhHoJb8Dy3UwVJ/MnDNP9pW73Vj4=", + "owner": "fpletz", "repo": "poetry2nix", - "rev": "3c92540611f42d3fb2d0d084a6c694cd6544b609", + "rev": "8bd85a0e45a3be8d89fce020b54be6ed9446e5a1", "type": "github" }, "original": { - "owner": "nix-community", + "owner": "fpletz", + "ref": "ruff-0.3.0", "repo": "poetry2nix", "type": "github" } diff --git a/flake.nix b/flake.nix index 9a18749..100f50c 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; flake-parts.url = "github:hercules-ci/flake-parts"; poetry2nix = { - url = "github:nix-community/poetry2nix"; + url = "github:fpletz/poetry2nix/ruff-0.3.0"; inputs = { nixpkgs.follows = "nixpkgs"; };