fix(overlays): correct formatting in default.nix

Fixed indentation in the overlays file to improve code readability. No functional changes were introduced.
This commit is contained in:
Harald Hoyer 2025-03-22 08:24:18 +01:00
parent b7f7dd18ab
commit 7e9612daba
2 changed files with 3 additions and 1 deletions

3
overlays/extern/default.nix vendored Normal file
View file

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

View file

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