tangled
alpha
login
or
join now
aylac.top
/
atproto-basic-notifications
basic notification system for atproto stuff using ntfy
2
fork
atom
overview
issues
pulls
pipelines
idk dude
aylac.top
4 months ago
54f8f393
ececc7c6
verified
This commit was signed with the committer's
known signature
.
aylac.top
SSH Key Fingerprint:
SHA256:0I0RwJANCpgZd/yP0LOSXWEd0lfj1yyKsKISzeJAJ78=
options
unified
split
Changed files
+1
flake.nix
+1
flake.nix
···
15
15
version = "0.1.0";
16
16
src = ./.;
17
17
npmDepsHash = "sha256-gGiNDtxgof7L5y3bH7VWukezEMZbzYkSDdovUwaKQGA=";
18
18
+
meta.mainProgram = "atproto-basic-notifications";
18
19
};
19
20
in {
20
21
overlays.default = final: prev: {