1
Fork 0
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:
RGBCube 2024-03-04 10:25:23 +03:00
parent 22ae8f21cd
commit 53bc65d910
No known key found for this signature in database

View file

@ -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}";