fix(nixos): generic postgresql
This commit is contained in:
@@ -49,7 +49,6 @@ in {
|
|||||||
extensions = let
|
extensions = let
|
||||||
packages = {
|
packages = {
|
||||||
inherit (cfg.package.pkgs) pg_net pgjwt pg_cron http pg_smtp_client plsh;
|
inherit (cfg.package.pkgs) pg_net pgjwt pg_cron http pg_smtp_client plsh;
|
||||||
hemar = self.packages.${system}.pg-15-hemar;
|
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
lib.attrValues (
|
lib.attrValues (
|
||||||
|
|||||||
@@ -341,6 +341,8 @@ grammar_check() {
|
|||||||
# NOTE: we always know grammar mode but first argument
|
# NOTE: we always know grammar mode but first argument
|
||||||
# just regular parse as string or as path if seen unquoted '.'
|
# 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
|
if ! [ "${TAG_in_quoted_string+x}" ]; then
|
||||||
unquoted_string_grammar
|
unquoted_string_grammar
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user