summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-12-31 08:52:21 -0500
committerseth <[email protected]>2023-12-31 09:25:57 -0500
commit5b7ba247a1e1afcd32a72042150e1c25ad5c4171 (patch)
tree6c8835ee0dd097f005eed90ba84604706c634d37 /flake.nix
parentb7d328f3473b303b73655085f1f6efeeaf5c0f9b (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.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index f3f3505..86dd073 100644
--- a/flake.nix
+++ b/flake.nix
@@ -59,10 +59,7 @@
getchvim = {
url = "github:getchoo/getchvim";
- inputs = {
- nixpkgs.follows = "nixpkgs";
- utils.follows = "pre-commit/flake-utils";
- };
+ inputs.nixpkgs.follows = "nixpkgs";
};
hm = {