6 stdenv.mkDerivation rec {
9 src = fetchFromGitHub {
10 owner = "leahneukirchen";
13 sha256 = "sha256-K77axli/mapUr3yxpmUfFq4iWwgRmEVUlP6+/0Iezwo=";
21 description = "Tool for waiting until a particular time and then running a command";
22 maintainers = with maintainers; [ kaction ];
23 license = licenses.cc0;
24 platforms = platforms.unix;
25 mainProgram = "snooze";