snooze: expand platforms to unix
This commit is contained in:
parent
db04431fcb
commit
8ff1b8b502
@ -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;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user