11 src = fetchFromGitHub {
15 hash = "sha256-9BbPHqAZKw8Rpjpdd/e9ip3V0Eh06tEFt/skQ97ij4g=";
18 vendorHash = "sha256-+p1gIqklTyd/AU1q0zbQN4BwxOM910fBFmkqvbFAbZA=";
27 "-X github.com/guumaster/hostctl/cmd/hostctl/actions.version=${version}"
31 installShellCompletion --cmd hostctl \
32 --bash <($out/bin/hostctl completion bash) \
33 --zsh <($out/bin/hostctl completion zsh)
37 description = "CLI tool to manage the /etc/hosts file";
39 This tool gives you more control over the use of your hosts file.
40 You can have multiple profiles and switch them on/off as you need.
42 homepage = "https://guumaster.github.io/hostctl/";
43 license = licenses.mit;
44 maintainers = with maintainers; [ blaggacao ];
45 mainProgram = "hostctl";