mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 23:43:56 +02:00
Merge branch 'main' into gramine-v1.8
This commit is contained in:
commit
86524f9b3b
2 changed files with 31 additions and 3 deletions
|
@ -22,6 +22,7 @@
|
|||
, sigFile ? null
|
||||
, extendedPackages ? [ ]
|
||||
, customRecursiveMerge ? null
|
||||
, maxLayers ? 100
|
||||
}:
|
||||
assert lib.assertMsg (!(isAzure && sgx_default_qcnl_conf != null)) "sgx_default_qcnl_conf can't be set for Azure";
|
||||
let
|
||||
|
@ -201,6 +202,7 @@ let
|
|||
inherit tag;
|
||||
inherit contents;
|
||||
inherit fromImage;
|
||||
inherit maxLayers;
|
||||
|
||||
includeStorePaths = false;
|
||||
extraCommands = (mkNixStore contents) + ''
|
||||
|
@ -233,6 +235,7 @@ let
|
|||
inherit config;
|
||||
inherit tag;
|
||||
inherit fromImage;
|
||||
inherit maxLayers;
|
||||
|
||||
includeStorePaths = false;
|
||||
extraCommands = ''
|
||||
|
@ -249,6 +252,7 @@ let
|
|||
inherit tag;
|
||||
inherit config;
|
||||
inherit fromImage;
|
||||
inherit maxLayers;
|
||||
contents = extendedContents;
|
||||
};
|
||||
in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue