summary refs log tree commit diff
diff options
context:
space:
mode:
authorveleth <llathasa@outlook.com>2021-08-13 17:53:11 +0300
committerGitHub <noreply@github.com>2021-08-13 17:53:11 +0300
commitb2a1e0bd7fa4583830cfd5122728c023341fa41b (patch)
treeb51e3b9c5534521d0de074313871bf2114528dab
parentc6ed61f0936c8dd714ce1a6a3e208f3f607da644 (diff)
downloadnixpkgs-b2a1e0bd7fa4583830cfd5122728c023341fa41b.tar
nixpkgs-b2a1e0bd7fa4583830cfd5122728c023341fa41b.tar.gz
nixpkgs-b2a1e0bd7fa4583830cfd5122728c023341fa41b.tar.bz2
nixpkgs-b2a1e0bd7fa4583830cfd5122728c023341fa41b.tar.lz
nixpkgs-b2a1e0bd7fa4583830cfd5122728c023341fa41b.tar.xz
nixpkgs-b2a1e0bd7fa4583830cfd5122728c023341fa41b.tar.zst
nixpkgs-b2a1e0bd7fa4583830cfd5122728c023341fa41b.zip
profetch: indentation fix
-rw-r--r--pkgs/tools/misc/profetch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/profetch/default.nix b/pkgs/tools/misc/profetch/default.nix
index 11684579f18..3ed264c38de 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; {