nixcfg/overlays/nixsgx/default.nix
Harald Hoyer d0ad237493 sgx: add aesmd and refactor
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2024-03-06 15:12:04 +01:00

6 lines
81 B
Nix

{ channels, ... }:
final: prev:
{
inherit (channels.nixpkgs.nixsgx) sgx-psw;
}