Compare commits
2 commits
fe1e8f2884
...
616ca2d32b
Author | SHA1 | Date | |
---|---|---|---|
616ca2d32b |
|||
7ea2377f35 |
1 changed files with 6 additions and 7 deletions
13
default.nix
13
default.nix
|
@ -5,14 +5,13 @@
|
||||||
nodejs,
|
nodejs,
|
||||||
buildNpmPackage,
|
buildNpmPackage,
|
||||||
}:
|
}:
|
||||||
|
buildNpmPackage {
|
||||||
buildNpmPackage rec {
|
|
||||||
pname = "out-of-your-element";
|
pname = "out-of-your-element";
|
||||||
version = "0";
|
version = "0";
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "https://gitdab.com/cadence/out-of-your-element.git";
|
url = "https://gitdab.com/cadence/out-of-your-element.git";
|
||||||
rev = "890e80854f97881b1d690991c7dccb6d67fb887a";
|
rev = "7d83f114bae92d4a992fdb0c5a44936c4e47994e";
|
||||||
sha256 = "E5uYWAatx9QsYKZcA0dD1yT5xIp/YDrVHpnXO0aFQ7Y=";
|
sha256 = "sha256-IoO9dkxdDZlKSCllimwhn5YuvOzX8tSwAf5Qhckqkk4=";
|
||||||
};
|
};
|
||||||
npmDepsHash = "sha256-UqD1wj19Z23ZtW/J0uJ4Ft+gc9XWrbCz9tL2KkD03ZY=";
|
npmDepsHash = "sha256-UqD1wj19Z23ZtW/J0uJ4Ft+gc9XWrbCz9tL2KkD03ZY=";
|
||||||
dontNpmBuild = true;
|
dontNpmBuild = true;
|
||||||
|
@ -31,13 +30,13 @@ buildNpmPackage rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Matrix Discord bridge";
|
description = "Matrix-Discord bridge with modern features.";
|
||||||
homepage = "https://gitdab.com/cadence/out-of-your-element";
|
homepage = "https://gitdab.com/cadence/out-of-your-element";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Cool.
|
Modern Matrix-to-Discord appservice bridge, created by @cadence:cadence.moe.
|
||||||
'';
|
'';
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
#maintainers = with maintainers; [ RorySys ];
|
# maintainers = with maintainers; [ RorySys ];
|
||||||
mainProgram = "matrix-ooye";
|
mainProgram = "matrix-ooye";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue