diff options
author | Minijackson <minijackson@riseup.net> | 2025-04-29 18:55:08 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2025-04-29 18:55:08 +0200 |
commit | c51a93e32690ffc85f97c58a5abf761e0fea9b18 (patch) | |
tree | d28cf7f3c2e75864fa0812c7c940ae034f51031a /common | |
parent | 5579fcdc0b54c4bd54a8f5838fbb1379943ec629 (diff) | |
download | nixos-config-reborn-c51a93e32690ffc85f97c58a5abf761e0fea9b18.tar.gz nixos-config-reborn-c51a93e32690ffc85f97c58a5abf761e0fea9b18.zip |
nixvim: don't use nixpkgs global packagesnixos-24.11
Diffstat (limited to 'common')
-rw-r--r-- | common/nixvim.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix index 72a80e2..8cafb80 100644 --- a/common/nixvim.nix +++ b/common/nixvim.nix | |||
@@ -4,7 +4,8 @@ inputs: | |||
4 | { | 4 | { |
5 | programs.nixvim = { | 5 | programs.nixvim = { |
6 | enable = true; | 6 | enable = true; |
7 | nixpkgs.useGlobalPackages = true; | 7 | # Disable due to build issue (attribute 'maintainers' missing) |
8 | # nixpkgs.useGlobalPackages = true; | ||
8 | luaLoader.enable = true; | 9 | luaLoader.enable = true; |
9 | 10 | ||
10 | globals = { | 11 | globals = { |