diff options
| author | seth <[email protected]> | 2023-10-21 18:15:13 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-10-21 18:24:16 -0400 |
| commit | bb22116b2d6261da93f1eb58e4b17601e2298f2c (patch) | |
| tree | 1ae48813e17fbefc58dc691ae3e134a7ae5368fc /flake.nix | |
| parent | 7288ffcecd47f0beab4e200416500affe7690941 (diff) | |
seth: use getchvim over in-house config
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 = { |
