Commit 48956a02 authored by PoweredByPie's avatar PoweredByPie
Browse files

zls: Run pre/post install hooks

parent 60acc5a7
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,7 +21,9 @@ stdenv.mkDerivation rec {
  '';

  installPhase = ''
    runHook preInstall
    zig build -Drelease-safe -Dcpu=baseline --prefix $out install
    runHook postInstall
  '';

  meta = with lib; {