mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2025-01-08 09:09:49 +01:00
wrapper: rename build dir to environemnt
This commit is contained in:
parent
5c69fbd951
commit
e11c8aa7a0
4 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
# The neovim wrapper, used to build a wrapped neovim package
|
# The neovim wrapper, used to build a wrapped neovim package
|
||||||
# using the configuration passed in `neovim` and `plugins` modules.
|
# using the configuration passed in `neovim` and `plugins` modules.
|
||||||
wrapper = map (p: ./wrapper + "/${p}") [
|
wrapper = map (p: ./wrapper + "/${p}") [
|
||||||
"build"
|
"environment"
|
||||||
"rc"
|
"rc"
|
||||||
"warnings"
|
"warnings"
|
||||||
"lazy"
|
"lazy"
|
||||||
|
|
Loading…
Reference in a new issue