Final derivation containing the fully built static files.
Declarations
Type
package
Default
''
if cfg.settings != {}
then cfg.package.override {inherit (cfg) settings;}
else cfg.package;
''
Final derivation containing the fully built static files.
package
''
if cfg.settings != {}
then cfg.package.override {inherit (cfg) settings;}
else cfg.package;
''