mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-22 16:04:47 +02:00
chore: add nix subpackage with shasum of plugin
Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
This commit is contained in:
parent
cef9c48359
commit
6fb44c0183
2 changed files with 9 additions and 1 deletions
|
@ -14,12 +14,13 @@ pkgs.dockerTools.buildLayeredImage {
|
|||
|
||||
paths = with pkgs.dockerTools; [
|
||||
vat.vault-auth-tee
|
||||
vat.vault-auth-tee.sha
|
||||
vault
|
||||
usrBinEnv
|
||||
binSh
|
||||
caCertificates
|
||||
fakeNss
|
||||
];
|
||||
pathsToLink = [ "/bin" "/etc" ];
|
||||
pathsToLink = [ "/bin" "/etc" "/share" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue