modules/files: ensure derivation is recognized as vim plugin
(cherry picked from commit 027c96a161)
This commit is contained in:
parent
967ba0bbe1
commit
e36a7fd479
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