duf: Add darwin supoort

This commit is contained in:
Tim Kleinschmidt 2020-12-20 18:47:42 +01:00 committed by Milan
parent 56b0eb0c6f
commit b1499452b8

View file

@ -21,7 +21,7 @@ buildGoModule rec {
homepage = "https://github.com/muesli/duf/";
description = "Disk Usage/Free Utility";
license = licenses.mit;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = with maintainers; [ petabyteboy penguwin ];
};
}