aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-12-14 20:12:16 +0100
committersils <sils@sils.li>2023-12-14 20:12:16 +0100
commit2689b9633a0a5f965ef449bf00cede67398338e1 (patch)
treec4c2226f4ce24535d831d75888f0286c39aacddf
parentfix(flake): remove unneeded input beautysh (diff)
downloadnix-config-2689b9633a0a5f965ef449bf00cede67398338e1.zip
fix(flake): remove unneeded input poetry2nix
-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";