nixcfg/overlays/nixsgx/default.nix
Harald Hoyer 900f95169f nix fmt
Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
2024-11-19 10:31:29 +01:00

2 lines
79 B
Nix

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