riot: add maintainer note

This commit is contained in:
pacien 2019-05-03 00:59:48 +02:00
parent d0cc03e8a3
commit 2e9c8649f7
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,8 @@
{ pkgs, stdenv, fetchFromGitHub, makeWrapper, makeDesktopItem, electron, riot-web }:
# Note for maintainers:
# Versions of `riot-web` and `riot-desktop` should be kept in sync.
with (import ./yarn2nix.nix { inherit pkgs; });
let

View File

@ -1,5 +1,8 @@
{ lib, stdenv, fetchurl, writeText, conf ? null }:
# Note for maintainers:
# Versions of `riot-web` and `riot-desktop` should be kept in sync.
let configFile = writeText "riot-config.json" conf; in
stdenv.mkDerivation rec {
name= "riot-web-${version}";