11 sha256 = "sha256-563xOz63vto19yuaHtReV1dSw6BgNf+CLtS3lrPnaoc=";
14 src = fetchFromGitHub {
23 inherit pname version src;
31 (python3.withPackages (pythonPackages: with pythonPackages; [
39 zip -r ../pridefetch.zip ./*
40 strip-nondeterminism ../pridefetch.zip
42 echo '#!/usr/bin/env python' | cat - pridefetch.zip > pridefetch
50 mv pridefetch $out/bin/pridefetch
51 chmod +x $out/bin/pridefetch
56 description = "Print out system statistics with pride flags";
58 Pridefetch prints your system statistics (similarly to neofetch, screenfetch or pfetch) along with a pride flag.
59 The flag which is printed is configurable, as well as the width of the output.
61 homepage = "https://github.com/SpyHoodle/pridefetch";
62 license = licenses.mit;
64 maintainers.minion3665
66 platforms = platforms.all;
67 mainProgram = "pridefetch";