modules/files: ensure derivation is recognized as vim plugin

(cherry picked from commit 027c96a161)
This commit is contained in:
Heitor Augusto 2025-11-28 21:14:51 -03:00 committed by Matt Sturgeon
parent 967ba0bbe1
commit e36a7fd479

View file

@ -77,7 +77,7 @@ in
# A directory with all the files in it
# Implementation based on NixOS's /etc module
build.extraFiles = pkgs.runCommandLocal "nvim-config" { } ''
build.extraFiles = pkgs.runCommandLocal "nvim-config" { passthru.vimPlugin = true; } ''
set -euo pipefail
makeEntry() {