From 6dad0d95fb50254f5ea9bc4aa52ff918dd55930c Mon Sep 17 00:00:00 2001 From: yukkop Date: Sat, 29 Nov 2025 13:48:57 +0000 Subject: [PATCH] fix(nixos): generic postgresql --- nixos/module/generic/postgresql.nix | 1 - package/hemar/parser/hemar.sh | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/module/generic/postgresql.nix b/nixos/module/generic/postgresql.nix index d667a36..3eb98a7 100644 --- a/nixos/module/generic/postgresql.nix +++ b/nixos/module/generic/postgresql.nix @@ -49,7 +49,6 @@ in { extensions = let packages = { inherit (cfg.package.pkgs) pg_net pgjwt pg_cron http pg_smtp_client plsh; - hemar = self.packages.${system}.pg-15-hemar; }; in lib.attrValues ( diff --git a/package/hemar/parser/hemar.sh b/package/hemar/parser/hemar.sh index f3a2a04..f3066d8 100644 --- a/package/hemar/parser/hemar.sh +++ b/package/hemar/parser/hemar.sh @@ -341,6 +341,8 @@ grammar_check() { # NOTE: we always know grammar mode but first argument # just regular parse as string or as path if seen unquoted '.' + !! if we here find a path so it interpolation, sure? + if ! [ "${TAG_in_quoted_string+x}" ]; then unquoted_string_grammar fi