12 src = fetchFromSourcehut {
16 hash = "sha256-5g9Y1Lpxp9cUe0sNvU5CdsTGcN+j00gIKPO9pD5j8uM=";
19 vendorHash = "sha256-Oa99U3THyWLjH+kWMQAHO5QAS2mmtY7M7leej+gnEqo=";
31 installManPage superd.1 superd.service.5 superctl.1
32 installShellCompletion --bash completions/bash/superctl
33 installShellCompletion --zsh completions/zsh/superctl
37 description = "Unprivileged user service supervisor";
38 homepage = "https://sr.ht/~craftyguy/superd/";
39 license = licenses.gpl3Plus;
40 platforms = platforms.linux;
41 maintainers = with maintainers; [ chuangzhu wentam ];