3 lines
93 B
Nix
3 lines
93 B
Nix
{channels, ...}: final: prev: {
|
|
inherit (channels.unstable) jetbrains jetbrains-toolbox;
|
|
}
|