mirror of
https://github.com/nix-community/nixvim.git
synced 2025-12-02 07:01:04 +01:00
modules/files: ensure derivation is recognized as vim plugin
This commit is contained in:
parent
aab92fcc99
commit
027c96a161
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue