mirror of
https://github.com/RGBCube/HTMNIX
synced 2025-07-24 22:47:43 +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}>";
|
||||
in {
|
||||
inherit (escapix) raw;
|
||||
inherit lib;
|
||||
|
||||
call = builtins.scopedImport (self // {
|
||||
inherit lib;
|
||||
});
|
||||
call = builtins.scopedImport self;
|
||||
|
||||
withDoctype = body: "<!DOCTYPE html>${body}";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue