mirror of
https://github.com/matter-labs/nixsgx.git
synced 2025-07-21 15:33:56 +02:00

This will ease the creation of scripts processing containers further. Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
6 lines
186 B
Nix
6 lines
186 B
Nix
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright (c) 2024 Matter Labs
|
|
{ nixsgx }: nixsgx.nixsgx-test-sgx-dcap.override {
|
|
container-name = "nixsgx-test-sgx-azure";
|
|
isAzure = true;
|
|
}
|