Merge pull request #142217 from figsoda/uwufetch-fixup

uwufetch: styling fixup
This commit is contained in:
figsoda
2021-10-19 10:27:31 -04:00
committed by GitHub
+1 -1
View File
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
postFixup = ''
wrapProgram $out/bin/uwufetch \
--prefix PATH ":" ${lib.makeBinPath [ viu ]}
--prefix PATH ":" ${lib.makeBinPath [ viu ]}
'';
meta = with lib; {