docs+nix: add deployment README and align release packaging

This commit is contained in:
2026-03-13 22:54:18 +01:00
parent f2a6ab5150
commit cc9c18b38c
19 changed files with 282 additions and 128 deletions

View File

@@ -30,7 +30,7 @@
"_build"
"deps"
"node_modules"
"complement"
"marmot-ts"
];
in
lib.cleanSourceFilter path type
@@ -43,7 +43,7 @@
beamPackages.fetchMixDeps {
pname = "${pname}-mix-deps";
inherit version src;
hash = "sha256-eAk6FVjVPGcJl3adBSoQvPIva7w4xz4GuZ+DZaz6SYY=";
hash = "sha256-1v2+Q1MHbu09r5OBaLehiR+JfMP0Q5OHaWuwrQDzZJU=";
}
else null;
in
@@ -65,7 +65,7 @@ in
'';
meta = with lib; {
description = "Parrhesia Matrix homeserver";
description = "Parrhesia Nostr relay server";
license = licenses.asl20;
platforms = platforms.unix;
};