summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-10-21 18:15:13 -0400
committerseth <[email protected]>2023-10-21 18:24:16 -0400
commitbb22116b2d6261da93f1eb58e4b17601e2298f2c (patch)
tree1ae48813e17fbefc58dc691ae3e134a7ae5368fc /flake.nix
parent7288ffcecd47f0beab4e200416500affe7690941 (diff)
seth: use getchvim over in-house config
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index ac3f0b6..f2a169a 100644
--- a/flake.nix
+++ b/flake.nix
@@ -43,6 +43,16 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ getchvim = {
+ url = "github:getchoo/getchvim";
+ inputs = {
+ nixpkgs.follows = "nixpkgs";
+ parts.follows = "parts";
+ pre-commit.follows = "pre-commit";
+ utils.follows = "flake-utils";
+ };
+ };
+
guzzle_api = {
url = "github:getchoo/guzzle_api";
inputs = {