snooze: expand platforms to unix

This commit is contained in:
Ben Siraphob 2021-03-03 19:07:03 +07:00
parent db04431fcb
commit 8ff1b8b502

View file

@ -14,6 +14,6 @@ stdenv.mkDerivation rec {
description = "Tool for waiting until a particular time and then running a command";
maintainers = with maintainers; [ kaction ];
license = licenses.cc0;
platforms = platforms.linux;
platforms = platforms.unix;
};
}