Cleanup after makeing build module

This commit is contained in:
isaacST08 2025-01-23 19:44:59 -07:00
commit 9b524fbe1c
5 changed files with 15 additions and 423 deletions

View file

@ -15,21 +15,7 @@
package
str
;
inherit
(builtins)
attrNames
concatLists
concatStringsSep
elem
elemAt
filter
hasAttr
isAttrs
length
map
throw
toString
;
inherit (builtins) concatLists elem map toString;
cfg = config.vim.languages.tex;
@ -40,7 +26,6 @@
example = !default;
description = description;
});
mkEnableLspOption = mkEnableDefaultOption config.vim.languages.enableLSP;
# --- Arg Collation Functions --
collateArgs = buildConfig: let
@ -226,6 +211,7 @@ in {
name = "tectonic";
args = collateArgs cfg.build;
package = cfg.build.builders.tectonic.package;
executable = cfg.build.builders.tectonic.package;
};
};
}