mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
duf: Add darwin supoort
This commit is contained in:
parent
56b0eb0c6f
commit
b1499452b8
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user