1 { stdenvNoCC, lib, fetchFromGitHub }:
3 stdenvNoCC.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "06z0k1naw3k052p2z7241lx92rp5m07zlr0alx8pdm6mkc3c4v8f";
17 install -Dm755 -t $out/bin pfetch
21 description = "A pretty system information tool written in POSIX sh";
22 homepage = "https://github.com/dylanaraps/pfetch";
23 license = licenses.mit;
24 platforms = platforms.all;
25 maintainers = with maintainers; [ equirosa ];