8 lines
169 B
Nix
8 lines
169 B
Nix
{ core, ... }:
|
|
Library "libweb"
|
|
{ inherit core; }
|
|
{
|
|
css = ./css;
|
|
html = ./html;
|
|
}
|