Skip to content

Commit

Permalink
🎨
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Dec 13, 2022
1 parent f3c61f5 commit efba01d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions flake.nix
Expand Up @@ -98,8 +98,9 @@
./static;

buildInputs = [ pkgs.pngcrush ];
buildPhase =
"find . -type f -name '*.png' | xargs -n 1 pngcrush -ow -brute";
buildPhase = ''
find . -type f -name '*.png' | xargs -n 1 pngcrush -ow -brute
'';

installPhase = ''
mkdir -p $out/share/bytes.zone
Expand Down

0 comments on commit efba01d

Please sign in to comment.