Skip to content

Commit

Permalink
Update default.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
luisadha authored Dec 8, 2024
1 parent 8f99bc2 commit c31e0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pkgs.stdenv.mkDerivation {
mkdir -p $out/share/doc/anti-hangman
cp -f ./LICENSE $out/share/doc/anti-hangman/LICENSE
cp -f ./README.md $out/share/doc/anti-hangman/README.md
cp -f ./anti-hangman.sh $out/bin/anti-hangman
cp -f ./index.html $out/bin/anti-hangman
chmod +x $out/bin/anti-hangman
'';

Expand Down

0 comments on commit c31e0d2

Please sign in to comment.