1 { lib, buildGoModule, fetchFromGitHub }:
7 src = fetchFromGitHub {
11 sha256 = "1izszf60nsa6pyxx3kd8qdrz3h47ylm17r9hzh9wk37f61pmm42j";
14 subPackages = [ "." ];
19 description = "Idempotent command-line utility for managing your /etc/hosts* file";
20 mainProgram = "hostess";
21 license = licenses.mit;
22 maintainers = with maintainers; [ edlimerkaj ];