Commit Graph

8 Commits

Author SHA1 Message Date
Finn Behrens
9673ba41d3 nload: add patch to enable darwin and enable darwin 2023-10-07 00:32:22 +02:00
zendo
4f5308922f treewide: add meta.mainProgram
Related PR: https://github.com/NixOS/nixpkgs/pull/246386
2023-08-04 10:00:59 +00:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
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