From 81cc664d4250189c9026edfb042e24c6806448ee Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sat, 10 May 2025 12:53:58 +0200 Subject: abs-podcast-autoplaylist --- flake.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 116aed21..0745d37c 100644 --- a/flake.nix +++ b/flake.nix @@ -125,6 +125,21 @@ nixpkgs.follows = "nixpkgs"; }; }; + pyproject-nix = { + url = "github:pyproject-nix/pyproject.nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + uv2nix = { + url = "github:pyproject-nix/uv2nix"; + inputs.pyproject-nix.follows = "pyproject-nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + pyproject-build-systems = { + url = "github:pyproject-nix/build-system-pkgs"; + inputs.pyproject-nix.follows = "pyproject-nix"; + inputs.uv2nix.follows = "uv2nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; ca-util = { type = "gitlab"; -- cgit v1.2.3