Unverified Commit d363cd33 authored by Gavin John's avatar Gavin John
Browse files

intel-undervolt: add nix-update-script

parent 2496c60f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  stdenv,
  fetchFromGitHub,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -24,6 +25,8 @@ stdenv.mkDerivation (finalAttrs: {
    runHook postInstall
  '';

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

  meta = {
    description = "Intel CPU undervolting and throttling configuration tool";
    homepage = "https://github.com/kitsunyan/intel-undervolt";