Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
DataEraserC committed Oct 27, 2023
1 parent 857aa87 commit e22e18d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/watt-toolkit/watt-toolkit.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ in stdenv.mkDerivation rec {
];

installPhase = ''
# runHook preInstall
runHook preInstall
mkdir -p $out/opt $out/bin $out/share/icons/hicolor/256x256/apps
cp -r usr/share/Steam++ $out/opt/watt-toolkit
magick usr/share/Steam++/Steam++.ico watt-toolkit.png
Expand All @@ -63,4 +63,4 @@ in stdenv.mkDerivation rec {
platforms = [ "x86_64-linux" "aarch64-linux" ];
};
}
# https://github.com/NixOS/nixpkgs/commit/dc8096826abb3a3e5addc633ea74a58cceb1c78d
# https://github.com/NixOS/nixpkgs/commit/dc8096826abb3a3e5addc633ea74a58cceb1c78d

0 comments on commit e22e18d

Please sign in to comment.