os/pkgs/element-desktop.nix

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
98 B
Nix
Raw Normal View History

{ final, profile }:
with final; ''
${element-desktop}/bin/element-desktop --profile=${profile}
''