Fixed indentation in the overlays file to improve code readability. No functional changes were introduced.
4 lines
81 B
Nix
4 lines
81 B
Nix
{ channels, ... }: final: prev: {
|
|
inherit (channels.nixpkgs.nixsgx) sgx-psw;
|
|
}
|