mirror of
https://github.com/RGBCube/HTMNIX
synced 2025-07-25 23:17:44 +00:00
Add lib to repl
This commit is contained in:
parent
22ae8f21cd
commit
53bc65d910
1 changed files with 2 additions and 3 deletions
|
@ -29,10 +29,9 @@
|
||||||
else "<${name}>";
|
else "<${name}>";
|
||||||
in {
|
in {
|
||||||
inherit (escapix) raw;
|
inherit (escapix) raw;
|
||||||
|
inherit lib;
|
||||||
|
|
||||||
call = builtins.scopedImport (self // {
|
call = builtins.scopedImport self;
|
||||||
inherit lib;
|
|
||||||
});
|
|
||||||
|
|
||||||
withDoctype = body: "<!DOCTYPE html>${body}";
|
withDoctype = body: "<!DOCTYPE html>${body}";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue