mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
formatting/retab
This commit is contained in:
parent
8ef11bb0ee
commit
76a4de68c1
@ -10,7 +10,6 @@ let
|
||||
in
|
||||
|
||||
{
|
||||
# ------------------------------------------------------------
|
||||
|
||||
options = {
|
||||
|
||||
@ -36,8 +35,6 @@ in
|
||||
|
||||
};
|
||||
|
||||
# ------------------------------------------------------------
|
||||
|
||||
config = mkIf cfg.enable (let
|
||||
|
||||
# Where the communication sockets live
|
||||
|
@ -33,7 +33,8 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
description = "A multilayer virtual switch";
|
||||
longDescription = ''
|
||||
longDescription =
|
||||
''
|
||||
Open vSwitch is a production quality, multilayer virtual switch
|
||||
licensed under the open source Apache 2.0 license. It is
|
||||
designed to enable massive network automation through
|
||||
|
Loading…
Reference in New Issue
Block a user