summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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 = {