summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--flake.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/flake.nix b/flake.nix
index 9f02685..5271266 100644
--- a/flake.nix
+++ b/flake.nix
@@ -53,16 +53,6 @@
crane.follows = "crane";
};
};
- poetry2nix = {
- url = "github:nix-community/poetry2nix";
- inputs = {
- flake-utils.follows = "flake-utils";
- nixpkgs.follows = "nixpkgs";
- nix-github-actions.follows = "nix-github-actions";
- treefmt-nix.follows = "treefmt-nix";
- systems.follows = "systems";
- };
- };
nix-github-actions = {
url = "github:nix-community/nix-github-actions";
inputs.nixpkgs.follows = "nixpkgs";