Stop moving unnecessary files

We no longer need to move the packages.py file if pridefetch has been packaged into an executable
This commit is contained in:
Skyler 2022-05-24 19:23:27 +01:00 committed by GitHub
parent 4608c0b1da
commit 65ee1c997c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,6 @@
installPhase = '' installPhase = ''
mkdir -p $out/bin mkdir -p $out/bin
cp ${./pridefetch} $out/bin/pridefetch cp ${./pridefetch} $out/bin/pridefetch
cp ${./packages.py} $out/bin/packages.py
chmod +x $out/bin/pridefetch chmod +x $out/bin/pridefetch
''; '';
meta = with pkgs.lib; { meta = with pkgs.lib; {