apps: disable hardening in all garlic apps

This commit is contained in:
2021-04-06 19:19:24 +02:00
parent df62451fcd
commit a4b8f8e94b
17 changed files with 27 additions and 5 deletions

View File

@@ -71,4 +71,6 @@ in
'';
programPath = "/bin/fwi";
hardeningDisable = [ "all" ];
}

View File

@@ -59,4 +59,6 @@ in
mkdir -p $out/bin
cp ModelGenerator $out/bin/
'';
hardeningDisable = [ "all" ];
}