diff options
| author | seth <[email protected]> | 2023-12-31 08:52:21 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-31 09:25:57 -0500 |
| commit | 5b7ba247a1e1afcd32a72042150e1c25ad5c4171 (patch) | |
| tree | 6c8835ee0dd097f005eed90ba84604706c634d37 /flake.nix | |
| parent | b7d328f3473b303b73655085f1f6efeeaf5c0f9b (diff) | |
flake: update getchvim
Flake lock file updates:
• Updated input 'getchvim':
'github:getchoo/getchvim/add749d0d1597930ae95ee29d10f5f41416b76d7' (2023-12-30)
→ 'github:getchoo/getchvim/3119d0e8be89bd5fa726d5424ecb181fc2fe0f58' (2023-12-31)
• Removed input 'getchvim/nixvim'
• Removed input 'getchvim/nixvim/flake-utils'
• Removed input 'getchvim/nixvim/nixpkgs'
• Removed input 'getchvim/nixvim/pre-commit-hooks'
• Removed input 'getchvim/utils'
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -59,10 +59,7 @@ getchvim = { url = "github:getchoo/getchvim"; - inputs = { - nixpkgs.follows = "nixpkgs"; - utils.follows = "pre-commit/flake-utils"; - }; + inputs.nixpkgs.follows = "nixpkgs"; }; hm = { |
