riot: add maintainer note
This commit is contained in:
parent
d0cc03e8a3
commit
2e9c8649f7
@ -1,5 +1,8 @@
|
|||||||
{ pkgs, stdenv, fetchFromGitHub, makeWrapper, makeDesktopItem, electron, riot-web }:
|
{ 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; });
|
with (import ./yarn2nix.nix { inherit pkgs; });
|
||||||
|
|
||||||
let
|
let
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
{ lib, stdenv, fetchurl, writeText, conf ? null }:
|
{ 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
|
let configFile = writeText "riot-config.json" conf; in
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name= "riot-web-${version}";
|
name= "riot-web-${version}";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user