mirror of
https://github.com/matter-labs/teepot.git
synced 2025-07-21 23:23:57 +02:00
feat: use nixsgxLib.mkSGXContainer
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
4e5083def9
commit
943ef8c878
5 changed files with 22 additions and 36 deletions
|
@ -1,15 +1,12 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
# Copyright (c) 2024 Matter Labs
|
||||
{ lib
|
||||
, pkgs
|
||||
, inputs
|
||||
, teepot
|
||||
, nixsgx
|
||||
{ teepot
|
||||
, nixsgxLib
|
||||
, container-name ? "teepot-vault-admin-sgx-azure"
|
||||
, tag ? null
|
||||
, isAzure ? null
|
||||
}:
|
||||
pkgs.callPackage inputs.nixsgx-flake.lib.mkSGXContainer {
|
||||
nixsgxLib.mkSGXContainer {
|
||||
name = container-name;
|
||||
inherit tag;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue