Unverified Commit 0436990d authored by r-vdp's avatar r-vdp
Browse files

power-profiles-daemon: add updateScript

parent 122e267f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
  systemd,
  python3,
  nixosTests,
  nix-update-script,
}:

stdenv.mkDerivation (finalAttrs: {
@@ -124,6 +125,7 @@ stdenv.mkDerivation (finalAttrs: {
  '';

  passthru = {
    updateScript = nix-update-script { };
    tests = {
      nixos = nixosTests.power-profiles-daemon;
    };