Unverified Commit cd518d05 authored by Gutyina Gergő's avatar Gutyina Gergő
Browse files

picom: add version check hook

parent 3b5b0af7
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -30,6 +30,7 @@
  xorgproto,
  xwininfo,
  withDebug ? false,
  versionCheckHook,
  nix-update-script,
}:

@@ -101,6 +102,12 @@ stdenv.mkDerivation (finalAttrs: {
      cp -r ../src $out/
    '';

  nativeInstallCheckInputs = [
    versionCheckHook
  ];

  doInstallCheck = true;

  passthru = {
    updateScript = nix-update-script { };
  };