mirror of
https://github.com/matter-labs/vault-auth-tee.git
synced 2025-07-21 07:43:57 +02:00
7 lines
83 B
Nix
7 lines
83 B
Nix
{ lib
|
|
, pkgs
|
|
, ...
|
|
}:
|
|
pkgs.mkShell {
|
|
inputsFrom = [ pkgs.vat.vault-auth-tee ];
|
|
}
|