Skip to content

Commit 027c96a

Browse files
HeitorAugustoLNGaetanLepage
authored andcommitted
modules/files: ensure derivation is recognized as vim plugin
1 parent aab92fc commit 027c96a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/top-level/files/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ in
7777

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

0 commit comments

Comments
 (0)