diff --git a/flake.nix b/flake.nix index 593455c..e206b59 100644 --- a/flake.nix +++ b/flake.nix @@ -29,10 +29,9 @@ else "<${name}>"; in { inherit (escapix) raw; + inherit lib; - call = builtins.scopedImport (self // { - inherit lib; - }); + call = builtins.scopedImport self; withDoctype = body: "${body}";