nixos/hbase: Fix missing top-level in hbase-site.xml

This commit is contained in:
Vanilla
2021-11-20 15:29:36 +08:00
parent 145cdd6e7e
commit 35ec24523b
+4 -1
View File
@@ -22,7 +22,10 @@ let
configAttr));
configFile = pkgs.writeText "hbase-site.xml"
(buildProperty (defaultConfig // cfg.settings));
''<configuration>
${buildProperty (defaultConfig // cfg.settings)}
</configuration>
'';
configDir = pkgs.runCommand "hbase-config-dir" { preferLocalBuild = true; } ''
mkdir -p $out