From bb22116b2d6261da93f1eb58e4b17601e2298f2c Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 21 Oct 2023 18:15:13 -0400 Subject: seth: use getchvim over in-house config --- flake.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'flake.nix') 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 = { -- cgit v1.2.3