mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 18:24:35 +02:00
output: format init.lua
This commit is contained in:
parent
3a4de0bb2f
commit
21c233919d
3 changed files with 34 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
helpers,
|
||||
...
|
||||
}:
|
||||
with lib; {
|
||||
|
@ -115,7 +116,7 @@ with lib; {
|
|||
''
|
||||
+ config.content;
|
||||
|
||||
init = pkgs.writeText "init.lua" customRC;
|
||||
init = helpers.writeLua "init.lua" customRC;
|
||||
initPath = toString init;
|
||||
|
||||
extraWrapperArgs = builtins.concatStringsSep " " (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue