From b2a1e0bd7fa4583830cfd5122728c023341fa41b Mon Sep 17 00:00:00 2001 From: veleth Date: Fri, 13 Aug 2021 17:53:11 +0300 Subject: [PATCH] profetch: indentation fix --- pkgs/tools/misc/profetch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/profetch/default.nix b/pkgs/tools/misc/profetch/default.nix index 11684579f187..3ed264c38de3 100644 --- a/pkgs/tools/misc/profetch/default.nix +++ b/pkgs/tools/misc/profetch/default.nix @@ -24,7 +24,7 @@ stdenv.mkDerivation rec { installPhase = '' runHook preInstall install -Dm755 -t $out/bin profetch - runHook postInstall + runHook postInstall ''; meta = with lib; {