nixcfg/overlays/extern/default.nix
Harald Hoyer 44bbb2d21a 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.
2025-07-30 13:36:16 +02:00

3 lines
83 B
Nix

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