- made this
- made
file
in entries optional
- set nixpkgs input as unstable by default
- added
github:nix-systems/default
as an input - moved the following outputs:
engines.${system}.default
->functions.${system}.engine
- introduced
mkNteDerivation
helper function (functions.${system}.mkNteDerivation
)
- improved engine code readability a bit
- exposed
applyTemplate
so that users can do templating inside a single file
- allowed the use of raw paths alongside attrsets in
extraFiles
- made
applyTemplate
work on a raw entry and return a string and added an internalapplyTemplateFile
that works as the former did before - added built-in
passthrough
template