Formatting in NixOS module

This commit is contained in:
Reinout Meliesie 2025-03-04 12:38:48 +01:00
parent 69d0e63247
commit 3961e33ca1
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

View file

@ -6,8 +6,7 @@ with pkgs . kernelmaft ;
{
nixpkgs = {
overlays = [
( self : super :
{
( self : super : {
kernelmaft = {
bookwyrm = callPackage (
@ -48,8 +47,7 @@ with pkgs . kernelmaft ;
# } ;
# } ;
}
)
} )
] ;
} ;