diff --git a/flake.nix b/flake.nix index a680992..7ee5758 100644 --- a/flake.nix +++ b/flake.nix @@ -31,10 +31,11 @@ in { inherit (escapix) raw; - call = builtins.scopedImport { - inherit (self) raw call __findFile; + call = builtins.scopedImport (self // { inherit lib; - }; + }); + + withDoctype = body: "${body}"; result = self.call /${builtins.getEnv "TARGET_FILE"};