{ mkDerivation, base, stdenv }: mkDerivation { pname = "lullaby"; version = "0.0.0"; src = ./.; isLibrary = false; isExecutable = true; executableHaskellDepends = [ base ]; homepage = "https://git.yggdrasil.li/gkleen/pub/lullaby"; description = "A daemon attaching executable hooks to systemd's inhibitor API"; license = stdenv.lib.licenses.mit; }