chore(nixsgx): remove nixsgx-flake input and overlay

- 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.
This commit is contained in:
Harald Hoyer 2025-07-30 13:36:16 +02:00
parent 959e82bcee
commit 44bbb2d21a
3 changed files with 1 additions and 9 deletions

View file

@ -1,3 +1,3 @@
{ channels, ... }: final: prev: {
inherit (channels.nixpkgs.nixsgx) sgx-psw;
# inherit (channels.nixpkgs.nixsgx) sgx-psw;
}