diff --git a/flake.nix b/flake.nix index 4ef2c01..3bbaeaf 100644 --- a/flake.nix +++ b/flake.nix @@ -36,7 +36,7 @@ call = builtins.scopedImport self; - withDoctype = body: "${body}"; + DOCTYPE = self.__findFile {} "!DOCTYPE html"; result = self.call /${builtins.getEnv "TARGET_FILE"};