about summary refs log tree commit diff stats
path: root/flake.nix
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-16 16:36:44 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-05-16 16:36:44 +0200
commit59a2a930bb1cc00998b7d3a9e5d6031767d683e9 (patch)
tree6425c4394fc8daca0e7b9bca45eac5b7bb0f6c15 /flake.nix
parentflake: Remove the `shell_library` input and its dependencies (diff)
downloadnixos-config-59a2a930bb1cc00998b7d3a9e5d6031767d683e9.zip
flake: Rename `nixVim` input to `nixvim`
This keeps our naming in line with upstream.
Diffstat (limited to '')
-rw-r--r--flake.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/flake.nix b/flake.nix
index 974986bd..7e8afc06 100644
--- a/flake.nix
+++ b/flake.nix
@@ -133,7 +133,7 @@
         nixpkgs.follows = "nixpkgs";
       };
     };
-    nixVim = {
+    nixvim = {
       url = "github:nix-community/nixvim";
       inputs = {
         flake-parts.follows = "flake-parts";
@@ -244,7 +244,7 @@
     serverphone,
     disko,
     lanzaboote,
-    nixVim,
+    nixvim,
     nix-index-database,
     arkenfox-nixos,
     # external dependencies
@@ -285,7 +285,7 @@
         nixpkgs_open_prs
         # modules
         home-manager
-        nixVim
+        nixvim
         nixos-generators
         impermanence
         agenix