Commit Graph

5 Commits (f6da38a42b6677df1873c03304aa20cd824b120e)

Author SHA1 Message Date
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Niklas Hambüchen 8362673d4b nload: Include patch to fix screen corruption. (#48017)
See added comment for details.
2018-10-11 14:37:49 +02:00
Matthew Bauer b9d9cea3c7 nload: disable darwin build
doesn't work on Darwin
2016-08-16 19:25:43 +00:00
devhell c412e048b5 nload: init at 0.7.4
Built and tested locally.

nload is a console application which monitors network traffic and
bandwidth usage in real time. It visualizes the in- and outgoing traffic
using two graphs and provides additional info like total amount of
transfered [sic] data and min/max networking usage.
2015-10-03 11:29:51 +01:00