From 5a9860d7ad24ef05b537c3ea832a53577b9c430d Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 20 Oct 2024 16:25:23 +0200 Subject: [PATCH] alice-lg: reformat according to RFC166 --- pkgs/servers/alice-lg/default.nix | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/pkgs/servers/alice-lg/default.nix b/pkgs/servers/alice-lg/default.nix index 720dda3f61eb..8d91f488f479 100644 --- a/pkgs/servers/alice-lg/default.nix +++ b/pkgs/servers/alice-lg/default.nix @@ -1,12 +1,13 @@ -{ lib -, fetchFromGitHub -, buildGoModule -, fetchYarnDeps -, stdenv -, yarn -, nodejs -, nixosTests -, fixup-yarn-lock +{ + lib, + fetchFromGitHub, + buildGoModule, + fetchYarnDeps, + stdenv, + yarn, + nodejs, + nixosTests, + fixup-yarn-lock, }: buildGoModule rec { @@ -32,7 +33,11 @@ buildGoModule rec { hash = "sha256-PwByNIegKYTOT8Yg3nDMDFZiLRVkbX07z99YaDiBsIY="; }; - nativeBuildInputs = [ nodejs yarn fixup-yarn-lock ]; + nativeBuildInputs = [ + nodejs + yarn + fixup-yarn-lock + ]; configurePhase = '' runHook preConfigure @@ -81,7 +86,7 @@ buildGoModule rec { description = "Looking-glass for BGP sessions"; changelog = "https://github.com/alice-lg/alice-lg/blob/main/CHANGELOG.md"; license = licenses.bsd3; - maintainers = [ ]; + maintainers = with maintainers; [ stv0g ]; mainProgram = "alice-lg"; }; }