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:
parent
b7f7dd18ab
commit
7e9612daba
3
overlays/extern/default.nix
vendored
Normal file
3
overlays/extern/default.nix
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
{ channels, ... }: final: prev: {
|
||||
inherit (channels.nixpkgs.nixsgx) sgx-psw;
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
{ channels, ... }: final: prev: { inherit (channels.nixpkgs.nixsgx) sgx-psw; }
|
Loading…
Reference in a new issue