All Projects → Ralith → riot-electron-nix

Ralith / riot-electron-nix

Licence: other
Deprecated in favor of riot-desktop in nixpkgs

Programming Languages

Nix
1067 projects
shell
77523 projects

Installation

Riot requires a newer electron than is available in the nixos-18.09 channel. As of this writing, electron 4.0 from nixpkgs master works.

This is a standard Nix package, which can be included in any expression by using callPackage. For example, you can add riot = pkgs.callPackage /path/to/riot-electron-nix {}; to packageOverrides in ~/.config/nixpkgs/config.nix to enable installing with nix-env -i.

Updating

To generate a new version of this package, update the riot-web submodule to the appropriate revision.

Troubleshooting

Ensure that the riot-web submodule is checked out and up to date.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].