formats.javaProperties: Don't set !allowSubstitutes in generate builder

This commit is contained in:
nicoo 2024-05-25 17:30:40 +00:00
parent 3fa359407e
commit 6475c4c4b0

View File

@ -46,7 +46,7 @@ in
in attrsOf elemType;
generate = name: value:
pkgs.runCommandLocal name
pkgs.runCommand name
{
# Requirements
# ============
@ -80,6 +80,7 @@ in
# libraries, but we can't rely on this in
# general.
preferLocalBuild = true;
passAsFile = [ "value" ];
value = builtins.toJSON value;
nativeBuildInputs = [