chore: remove unused uv2nix and pyproject-nix flake inputs

This commit is contained in:
2026-04-06 10:08:40 +02:00
parent 0e034361b2
commit 1cfeec1918
-21
View File
@@ -45,24 +45,6 @@
inputs.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";
};
};
outputs =
@@ -80,9 +62,6 @@
niri,
noctalia,
nixvim,
pyproject-nix,
uv2nix,
pyproject-build-systems,
...
}@inputs:
let