From 356d7a26263f2128787aa7adea8714deeba422b6 Mon Sep 17 00:00:00 2001 From: Morgan Jones Date: Sat, 19 Oct 2024 19:48:19 -0700 Subject: [PATCH] pony-corral: run through nixfmt --- pkgs/development/compilers/ponyc/pony-corral.nix | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/pkgs/development/compilers/ponyc/pony-corral.nix b/pkgs/development/compilers/ponyc/pony-corral.nix index da95d0fdb8bb..3f52fa1d33d4 100644 --- a/pkgs/development/compilers/ponyc/pony-corral.nix +++ b/pkgs/development/compilers/ponyc/pony-corral.nix @@ -1,8 +1,9 @@ -{ lib -, stdenv -, fetchFromGitHub -, ponyc -, nix-update-script +{ + lib, + stdenv, + fetchFromGitHub, + ponyc, + nix-update-script, }: stdenv.mkDerivation (finalAttrs: { @@ -20,7 +21,10 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ ponyc ]; - installFlags = [ "prefix=${placeholder "out"}" "install" ]; + installFlags = [ + "prefix=${placeholder "out"}" + "install" + ]; passthru.updateScript = nix-update-script { };