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
2 changed files with 3 additions and 1 deletions
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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue