- Removed the `nixsgx-flake` input and its associated overlay from `flake.nix` and `extern` overlays. - Updated `default.nix` to exclude `nixsgx-flake` from update-inputs script. - Simplifies configuration by deprecating unused or unnecessary components.
3 lines
83 B
Nix
3 lines
83 B
Nix
{ channels, ... }: final: prev: {
|
|
# inherit (channels.nixpkgs.nixsgx) sgx-psw;
|
|
}
|