1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-02 15:11:05 +01:00

modules/files: ensure derivation is recognized as vim plugin

This commit is contained in:
Heitor Augusto 2025-11-28 21:14:51 -03:00 committed by Gaétan Lepage
parent aab92fcc99
commit 027c96a161

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() {