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