Commit 509e3f26 authored by Steffen Vogel's avatar Steffen Vogel
Browse files

hello: format with nixfmt according to RFC166

parent 205cba23
Loading
Loading
Loading
Loading
+9 −8
Original line number Diff line number Diff line
{ callPackage
, lib
, stdenv
, fetchurl
, nixos
, testers
, versionCheckHook
, hello
{
  callPackage,
  lib,
  stdenv,
  fetchurl,
  nixos,
  testers,
  versionCheckHook,
  hello,
}:

stdenv.mkDerivation (finalAttrs: {