Formatting in NixOS module
This commit is contained in:
parent
69d0e63247
commit
3961e33ca1
1 changed files with 32 additions and 34 deletions
|
@ -6,8 +6,7 @@ with pkgs . kernelmaft ;
|
|||
{
|
||||
nixpkgs = {
|
||||
overlays = [
|
||||
( self : super :
|
||||
{
|
||||
( self : super : {
|
||||
kernelmaft = {
|
||||
|
||||
bookwyrm = callPackage (
|
||||
|
@ -48,8 +47,7 @@ with pkgs . kernelmaft ;
|
|||
# } ;
|
||||
# } ;
|
||||
|
||||
}
|
||||
)
|
||||
} )
|
||||
] ;
|
||||
} ;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue