add unstable for jetbrains-toolbox

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-05 14:09:22 +01:00
parent 03b18a0883
commit 87ae75e814
3 changed files with 31 additions and 4 deletions

View file

@ -0,0 +1,7 @@
{ channels, ... }:
final: prev:
{
inherit (channels.unstable) jetbrains-toolbox;
}