6 lines
81 B
Nix
6 lines
81 B
Nix
|
{ channels, ... }:
|
||
|
final: prev:
|
||
|
{
|
||
|
inherit (channels.nixpkgs.nixsgx) sgx-psw;
|
||
|
}
|