An easy-to-host PDS on the ATProtocol, iPhone and MacOS. Maintain control of your keys and data, always.
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: flake update and some docs changes

+586 -24
+3
.gitignore
··· 24 24 25 25 # Git worktrees 26 26 .worktrees/ 27 + 28 + # playwright-mcp 29 + .playwright-mcp/
+1 -1
bruno/environments/local.bru
··· 1 1 vars { 2 2 baseUrl: http://localhost:8080 3 - adminToken: your-admin-token-here 3 + adminToken: test-token-please-ignore 4 4 }
+576 -23
flake.lock
··· 33 33 "type": "github" 34 34 } 35 35 }, 36 + "cachix_2": { 37 + "inputs": { 38 + "devenv": [ 39 + "devenv", 40 + "crate2nix" 41 + ], 42 + "flake-compat": [ 43 + "devenv", 44 + "crate2nix" 45 + ], 46 + "git-hooks": "git-hooks", 47 + "nixpkgs": "nixpkgs" 48 + }, 49 + "locked": { 50 + "lastModified": 1767714506, 51 + "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=", 52 + "owner": "cachix", 53 + "repo": "cachix", 54 + "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9", 55 + "type": "github" 56 + }, 57 + "original": { 58 + "owner": "cachix", 59 + "ref": "latest", 60 + "repo": "cachix", 61 + "type": "github" 62 + } 63 + }, 64 + "cachix_3": { 65 + "inputs": { 66 + "devenv": [ 67 + "devenv", 68 + "crate2nix", 69 + "crate2nix_stable" 70 + ], 71 + "flake-compat": [ 72 + "devenv", 73 + "crate2nix", 74 + "crate2nix_stable" 75 + ], 76 + "git-hooks": "git-hooks_2", 77 + "nixpkgs": "nixpkgs_2" 78 + }, 79 + "locked": { 80 + "lastModified": 1767714506, 81 + "narHash": "sha256-WaTs0t1CxhgxbIuvQ97OFhDTVUGd1HA+KzLZUZBhe0s=", 82 + "owner": "cachix", 83 + "repo": "cachix", 84 + "rev": "894c649f0daaa38bbcfb21de64be47dfa7cd0ec9", 85 + "type": "github" 86 + }, 87 + "original": { 88 + "owner": "cachix", 89 + "ref": "latest", 90 + "repo": "cachix", 91 + "type": "github" 92 + } 93 + }, 36 94 "crane": { 37 95 "locked": { 38 - "lastModified": 1772560058, 39 - "narHash": "sha256-NuVKdMBJldwUXgghYpzIWJdfeB7ccsu1CC7B+NfSoZ8=", 96 + "lastModified": 1773189535, 97 + "narHash": "sha256-E1G/Or6MWeP+L6mpQ0iTFLpzSzlpGrITfU2220Gq47g=", 40 98 "owner": "ipetkov", 41 99 "repo": "crane", 42 - "rev": "db590d9286ed5ce22017541e36132eab4e8b3045", 100 + "rev": "6fa2fb4cf4a89ba49fc9dd5a3eb6cde99d388269", 43 101 "type": "github" 44 102 }, 45 103 "original": { ··· 48 106 "type": "github" 49 107 } 50 108 }, 51 - "devenv": { 109 + "crate2nix": { 52 110 "inputs": { 53 - "cachix": "cachix", 111 + "cachix": "cachix_2", 112 + "crate2nix_stable": "crate2nix_stable", 113 + "devshell": "devshell_2", 114 + "flake-compat": "flake-compat_2", 115 + "flake-parts": "flake-parts_2", 116 + "nix-test-runner": "nix-test-runner_2", 117 + "nixpkgs": [ 118 + "devenv", 119 + "nixpkgs" 120 + ], 121 + "pre-commit-hooks": "pre-commit-hooks_2" 122 + }, 123 + "locked": { 124 + "lastModified": 1770646848, 125 + "narHash": "sha256-0aZjR0id5glnZaKpu/nCwoLON4r5m6q6IDU06YvwT44=", 126 + "owner": "nix-community", 127 + "repo": "crate2nix", 128 + "rev": "26b698e804dd32dc5bb1995028fef00cc87d603a", 129 + "type": "github" 130 + }, 131 + "original": { 132 + "owner": "nix-community", 133 + "repo": "crate2nix", 134 + "type": "github" 135 + } 136 + }, 137 + "crate2nix_stable": { 138 + "inputs": { 139 + "cachix": "cachix_3", 140 + "crate2nix_stable": [ 141 + "devenv", 142 + "crate2nix", 143 + "crate2nix_stable" 144 + ], 145 + "devshell": "devshell", 54 146 "flake-compat": "flake-compat", 55 147 "flake-parts": "flake-parts", 56 - "git-hooks": "git-hooks", 148 + "nix-test-runner": "nix-test-runner", 149 + "nixpkgs": "nixpkgs_3", 150 + "pre-commit-hooks": "pre-commit-hooks" 151 + }, 152 + "locked": { 153 + "lastModified": 1769627083, 154 + "narHash": "sha256-SUuruvw1/moNzCZosHaa60QMTL+L9huWdsCBN6XZIic=", 155 + "owner": "nix-community", 156 + "repo": "crate2nix", 157 + "rev": "7c33e664668faecf7655fa53861d7a80c9e464a2", 158 + "type": "github" 159 + }, 160 + "original": { 161 + "owner": "nix-community", 162 + "ref": "0.15.0", 163 + "repo": "crate2nix", 164 + "type": "github" 165 + } 166 + }, 167 + "devenv": { 168 + "inputs": { 169 + "cachix": "cachix", 170 + "crate2nix": "crate2nix", 171 + "flake-compat": "flake-compat_3", 172 + "flake-parts": "flake-parts_3", 173 + "git-hooks": "git-hooks_3", 57 174 "nix": "nix", 58 175 "nixd": "nixd", 59 - "nixpkgs": "nixpkgs" 176 + "nixpkgs": "nixpkgs_4", 177 + "rust-overlay": "rust-overlay" 60 178 }, 61 179 "locked": { 62 - "lastModified": 1772928624, 63 - "narHash": "sha256-XL8UgPefqC2ztBNZm+F5WJy4E2LCENLdg4ttHJd2Wpw=", 180 + "lastModified": 1773354403, 181 + "narHash": "sha256-b+bGCp1WKM7SbVrxSDN7/YnZX2Od56K8fZnzDB183sw=", 64 182 "owner": "cachix", 65 183 "repo": "devenv", 66 - "rev": "91fbfc297c9f48977b06b78c328c852acf8f844a", 184 + "rev": "10bd3adc0f757dd93eba449eaa1021026a1c7ac3", 67 185 "type": "github" 68 186 }, 69 187 "original": { ··· 72 190 "type": "github" 73 191 } 74 192 }, 193 + "devshell": { 194 + "inputs": { 195 + "nixpkgs": [ 196 + "devenv", 197 + "crate2nix", 198 + "crate2nix_stable", 199 + "nixpkgs" 200 + ] 201 + }, 202 + "locked": { 203 + "lastModified": 1768818222, 204 + "narHash": "sha256-460jc0+CZfyaO8+w8JNtlClB2n4ui1RbHfPTLkpwhU8=", 205 + "owner": "numtide", 206 + "repo": "devshell", 207 + "rev": "255a2b1725a20d060f566e4755dbf571bbbb5f76", 208 + "type": "github" 209 + }, 210 + "original": { 211 + "owner": "numtide", 212 + "repo": "devshell", 213 + "type": "github" 214 + } 215 + }, 216 + "devshell_2": { 217 + "inputs": { 218 + "nixpkgs": [ 219 + "devenv", 220 + "crate2nix", 221 + "nixpkgs" 222 + ] 223 + }, 224 + "locked": { 225 + "lastModified": 1768818222, 226 + "narHash": "sha256-460jc0+CZfyaO8+w8JNtlClB2n4ui1RbHfPTLkpwhU8=", 227 + "owner": "numtide", 228 + "repo": "devshell", 229 + "rev": "255a2b1725a20d060f566e4755dbf571bbbb5f76", 230 + "type": "github" 231 + }, 232 + "original": { 233 + "owner": "numtide", 234 + "repo": "devshell", 235 + "type": "github" 236 + } 237 + }, 75 238 "flake-compat": { 239 + "locked": { 240 + "lastModified": 1733328505, 241 + "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", 242 + "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", 243 + "revCount": 69, 244 + "type": "tarball", 245 + "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz" 246 + }, 247 + "original": { 248 + "type": "tarball", 249 + "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" 250 + } 251 + }, 252 + "flake-compat_2": { 253 + "locked": { 254 + "lastModified": 1733328505, 255 + "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", 256 + "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", 257 + "revCount": 69, 258 + "type": "tarball", 259 + "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz" 260 + }, 261 + "original": { 262 + "type": "tarball", 263 + "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" 264 + } 265 + }, 266 + "flake-compat_3": { 76 267 "flake": false, 77 268 "locked": { 78 269 "lastModified": 1767039857, ··· 92 283 "inputs": { 93 284 "nixpkgs-lib": [ 94 285 "devenv", 286 + "crate2nix", 287 + "crate2nix_stable", 288 + "nixpkgs" 289 + ] 290 + }, 291 + "locked": { 292 + "lastModified": 1768135262, 293 + "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=", 294 + "owner": "hercules-ci", 295 + "repo": "flake-parts", 296 + "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac", 297 + "type": "github" 298 + }, 299 + "original": { 300 + "owner": "hercules-ci", 301 + "repo": "flake-parts", 302 + "type": "github" 303 + } 304 + }, 305 + "flake-parts_2": { 306 + "inputs": { 307 + "nixpkgs-lib": [ 308 + "devenv", 309 + "crate2nix", 310 + "nixpkgs" 311 + ] 312 + }, 313 + "locked": { 314 + "lastModified": 1768135262, 315 + "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=", 316 + "owner": "hercules-ci", 317 + "repo": "flake-parts", 318 + "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac", 319 + "type": "github" 320 + }, 321 + "original": { 322 + "owner": "hercules-ci", 323 + "repo": "flake-parts", 324 + "type": "github" 325 + } 326 + }, 327 + "flake-parts_3": { 328 + "inputs": { 329 + "nixpkgs-lib": [ 330 + "devenv", 95 331 "nixpkgs" 96 332 ] 97 333 }, ··· 128 364 "inputs": { 129 365 "flake-compat": [ 130 366 "devenv", 367 + "crate2nix", 368 + "cachix", 131 369 "flake-compat" 132 370 ], 133 371 "gitignore": "gitignore", 134 372 "nixpkgs": [ 135 373 "devenv", 374 + "crate2nix", 375 + "cachix", 376 + "nixpkgs" 377 + ] 378 + }, 379 + "locked": { 380 + "lastModified": 1765404074, 381 + "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=", 382 + "owner": "cachix", 383 + "repo": "git-hooks.nix", 384 + "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529", 385 + "type": "github" 386 + }, 387 + "original": { 388 + "owner": "cachix", 389 + "repo": "git-hooks.nix", 390 + "type": "github" 391 + } 392 + }, 393 + "git-hooks_2": { 394 + "inputs": { 395 + "flake-compat": [ 396 + "devenv", 397 + "crate2nix", 398 + "crate2nix_stable", 399 + "cachix", 400 + "flake-compat" 401 + ], 402 + "gitignore": "gitignore_2", 403 + "nixpkgs": [ 404 + "devenv", 405 + "crate2nix", 406 + "crate2nix_stable", 407 + "cachix", 408 + "nixpkgs" 409 + ] 410 + }, 411 + "locked": { 412 + "lastModified": 1765404074, 413 + "narHash": "sha256-+ZDU2d+vzWkEJiqprvV5PR26DVFN2vgddwG5SnPZcUM=", 414 + "owner": "cachix", 415 + "repo": "git-hooks.nix", 416 + "rev": "2d6f58930fbcd82f6f9fd59fb6d13e37684ca529", 417 + "type": "github" 418 + }, 419 + "original": { 420 + "owner": "cachix", 421 + "repo": "git-hooks.nix", 422 + "type": "github" 423 + } 424 + }, 425 + "git-hooks_3": { 426 + "inputs": { 427 + "flake-compat": [ 428 + "devenv", 429 + "flake-compat" 430 + ], 431 + "gitignore": "gitignore_5", 432 + "nixpkgs": [ 433 + "devenv", 136 434 "nixpkgs" 137 435 ] 138 436 }, ··· 154 452 "inputs": { 155 453 "nixpkgs": [ 156 454 "devenv", 455 + "crate2nix", 456 + "cachix", 457 + "git-hooks", 458 + "nixpkgs" 459 + ] 460 + }, 461 + "locked": { 462 + "lastModified": 1709087332, 463 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 464 + "owner": "hercules-ci", 465 + "repo": "gitignore.nix", 466 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 467 + "type": "github" 468 + }, 469 + "original": { 470 + "owner": "hercules-ci", 471 + "repo": "gitignore.nix", 472 + "type": "github" 473 + } 474 + }, 475 + "gitignore_2": { 476 + "inputs": { 477 + "nixpkgs": [ 478 + "devenv", 479 + "crate2nix", 480 + "crate2nix_stable", 481 + "cachix", 482 + "git-hooks", 483 + "nixpkgs" 484 + ] 485 + }, 486 + "locked": { 487 + "lastModified": 1709087332, 488 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 489 + "owner": "hercules-ci", 490 + "repo": "gitignore.nix", 491 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 492 + "type": "github" 493 + }, 494 + "original": { 495 + "owner": "hercules-ci", 496 + "repo": "gitignore.nix", 497 + "type": "github" 498 + } 499 + }, 500 + "gitignore_3": { 501 + "inputs": { 502 + "nixpkgs": [ 503 + "devenv", 504 + "crate2nix", 505 + "crate2nix_stable", 506 + "pre-commit-hooks", 507 + "nixpkgs" 508 + ] 509 + }, 510 + "locked": { 511 + "lastModified": 1709087332, 512 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 513 + "owner": "hercules-ci", 514 + "repo": "gitignore.nix", 515 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 516 + "type": "github" 517 + }, 518 + "original": { 519 + "owner": "hercules-ci", 520 + "repo": "gitignore.nix", 521 + "type": "github" 522 + } 523 + }, 524 + "gitignore_4": { 525 + "inputs": { 526 + "nixpkgs": [ 527 + "devenv", 528 + "crate2nix", 529 + "pre-commit-hooks", 530 + "nixpkgs" 531 + ] 532 + }, 533 + "locked": { 534 + "lastModified": 1709087332, 535 + "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=", 536 + "owner": "hercules-ci", 537 + "repo": "gitignore.nix", 538 + "rev": "637db329424fd7e46cf4185293b9cc8c88c95394", 539 + "type": "github" 540 + }, 541 + "original": { 542 + "owner": "hercules-ci", 543 + "repo": "gitignore.nix", 544 + "type": "github" 545 + } 546 + }, 547 + "gitignore_5": { 548 + "inputs": { 549 + "nixpkgs": [ 550 + "devenv", 157 551 "git-hooks", 158 552 "nixpkgs" 159 553 ] ··· 212 606 "type": "github" 213 607 } 214 608 }, 609 + "nix-test-runner": { 610 + "flake": false, 611 + "locked": { 612 + "lastModified": 1588761593, 613 + "narHash": "sha256-FKJykltAN/g3eIceJl4SfDnnyuH2jHImhMrXS2KvGIs=", 614 + "owner": "stoeffel", 615 + "repo": "nix-test-runner", 616 + "rev": "c45d45b11ecef3eb9d834c3b6304c05c49b06ca2", 617 + "type": "github" 618 + }, 619 + "original": { 620 + "owner": "stoeffel", 621 + "repo": "nix-test-runner", 622 + "type": "github" 623 + } 624 + }, 625 + "nix-test-runner_2": { 626 + "flake": false, 627 + "locked": { 628 + "lastModified": 1588761593, 629 + "narHash": "sha256-FKJykltAN/g3eIceJl4SfDnnyuH2jHImhMrXS2KvGIs=", 630 + "owner": "stoeffel", 631 + "repo": "nix-test-runner", 632 + "rev": "c45d45b11ecef3eb9d834c3b6304c05c49b06ca2", 633 + "type": "github" 634 + }, 635 + "original": { 636 + "owner": "stoeffel", 637 + "repo": "nix-test-runner", 638 + "type": "github" 639 + } 640 + }, 215 641 "nixd": { 216 642 "inputs": { 217 643 "flake-parts": [ ··· 240 666 } 241 667 }, 242 668 "nixpkgs": { 243 - "inputs": { 244 - "nixpkgs-src": "nixpkgs-src" 245 - }, 246 669 "locked": { 247 - "lastModified": 1772749504, 248 - "narHash": "sha256-eqtQIz0alxkQPym+Zh/33gdDjkkch9o6eHnMPnXFXN0=", 249 - "owner": "cachix", 250 - "repo": "devenv-nixpkgs", 251 - "rev": "08543693199362c1fddb8f52126030d0d374ba2e", 670 + "lastModified": 1765186076, 671 + "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=", 672 + "owner": "NixOS", 673 + "repo": "nixpkgs", 674 + "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8", 252 675 "type": "github" 253 676 }, 254 677 "original": { 255 - "owner": "cachix", 256 - "ref": "rolling", 257 - "repo": "devenv-nixpkgs", 678 + "owner": "NixOS", 679 + "ref": "nixos-unstable", 680 + "repo": "nixpkgs", 258 681 "type": "github" 259 682 } 260 683 }, ··· 293 716 } 294 717 }, 295 718 "nixpkgs_2": { 719 + "locked": { 720 + "lastModified": 1765186076, 721 + "narHash": "sha256-hM20uyap1a0M9d344I692r+ik4gTMyj60cQWO+hAYP8=", 722 + "owner": "NixOS", 723 + "repo": "nixpkgs", 724 + "rev": "addf7cf5f383a3101ecfba091b98d0a1263dc9b8", 725 + "type": "github" 726 + }, 727 + "original": { 728 + "owner": "NixOS", 729 + "ref": "nixos-unstable", 730 + "repo": "nixpkgs", 731 + "type": "github" 732 + } 733 + }, 734 + "nixpkgs_3": { 735 + "locked": { 736 + "lastModified": 1769433173, 737 + "narHash": "sha256-Gf1dFYgD344WZ3q0LPlRoWaNdNQq8kSBDLEWulRQSEs=", 738 + "owner": "NixOS", 739 + "repo": "nixpkgs", 740 + "rev": "13b0f9e6ac78abbbb736c635d87845c4f4bee51b", 741 + "type": "github" 742 + }, 743 + "original": { 744 + "owner": "NixOS", 745 + "ref": "nixpkgs-unstable", 746 + "repo": "nixpkgs", 747 + "type": "github" 748 + } 749 + }, 750 + "nixpkgs_4": { 751 + "inputs": { 752 + "nixpkgs-src": "nixpkgs-src" 753 + }, 754 + "locked": { 755 + "lastModified": 1772749504, 756 + "narHash": "sha256-eqtQIz0alxkQPym+Zh/33gdDjkkch9o6eHnMPnXFXN0=", 757 + "owner": "cachix", 758 + "repo": "devenv-nixpkgs", 759 + "rev": "08543693199362c1fddb8f52126030d0d374ba2e", 760 + "type": "github" 761 + }, 762 + "original": { 763 + "owner": "cachix", 764 + "ref": "rolling", 765 + "repo": "devenv-nixpkgs", 766 + "type": "github" 767 + } 768 + }, 769 + "nixpkgs_5": { 296 770 "inputs": { 297 771 "nixpkgs-src": "nixpkgs-src_2" 298 772 }, ··· 311 785 "type": "github" 312 786 } 313 787 }, 788 + "pre-commit-hooks": { 789 + "inputs": { 790 + "flake-compat": [ 791 + "devenv", 792 + "crate2nix", 793 + "crate2nix_stable", 794 + "flake-compat" 795 + ], 796 + "gitignore": "gitignore_3", 797 + "nixpkgs": [ 798 + "devenv", 799 + "crate2nix", 800 + "crate2nix_stable", 801 + "nixpkgs" 802 + ] 803 + }, 804 + "locked": { 805 + "lastModified": 1769069492, 806 + "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=", 807 + "owner": "cachix", 808 + "repo": "pre-commit-hooks.nix", 809 + "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23", 810 + "type": "github" 811 + }, 812 + "original": { 813 + "owner": "cachix", 814 + "repo": "pre-commit-hooks.nix", 815 + "type": "github" 816 + } 817 + }, 818 + "pre-commit-hooks_2": { 819 + "inputs": { 820 + "flake-compat": [ 821 + "devenv", 822 + "crate2nix", 823 + "flake-compat" 824 + ], 825 + "gitignore": "gitignore_4", 826 + "nixpkgs": [ 827 + "devenv", 828 + "crate2nix", 829 + "nixpkgs" 830 + ] 831 + }, 832 + "locked": { 833 + "lastModified": 1769069492, 834 + "narHash": "sha256-Efs3VUPelRduf3PpfPP2ovEB4CXT7vHf8W+xc49RL/U=", 835 + "owner": "cachix", 836 + "repo": "pre-commit-hooks.nix", 837 + "rev": "a1ef738813b15cf8ec759bdff5761b027e3e1d23", 838 + "type": "github" 839 + }, 840 + "original": { 841 + "owner": "cachix", 842 + "repo": "pre-commit-hooks.nix", 843 + "type": "github" 844 + } 845 + }, 314 846 "root": { 315 847 "inputs": { 316 848 "crane": "crane", 317 849 "devenv": "devenv", 318 - "nixpkgs": "nixpkgs_2", 319 - "rust-overlay": "rust-overlay", 850 + "nixpkgs": "nixpkgs_5", 851 + "rust-overlay": "rust-overlay_2", 320 852 "systems": "systems" 321 853 } 322 854 }, 323 855 "rust-overlay": { 324 856 "inputs": { 325 857 "nixpkgs": [ 858 + "devenv", 326 859 "nixpkgs" 327 860 ] 328 861 }, ··· 332 865 "owner": "oxalica", 333 866 "repo": "rust-overlay", 334 867 "rev": "c10801f59c68e14c308aea8fa6b0b3d81d43c61e", 868 + "type": "github" 869 + }, 870 + "original": { 871 + "owner": "oxalica", 872 + "repo": "rust-overlay", 873 + "type": "github" 874 + } 875 + }, 876 + "rust-overlay_2": { 877 + "inputs": { 878 + "nixpkgs": [ 879 + "nixpkgs" 880 + ] 881 + }, 882 + "locked": { 883 + "lastModified": 1773284828, 884 + "narHash": "sha256-0qI+a9z7KpYCBbp4ENN32b2tf0VmC3MhgFw1KAroqxQ=", 885 + "owner": "oxalica", 886 + "repo": "rust-overlay", 887 + "rev": "2b18fe48d9a8a4ff3850d56b67cfe72f2a589237", 335 888 "type": "github" 336 889 }, 337 890 "original": {
+6
relay.dev.toml
··· 6 6 # { ... }: { 7 7 # env.EZPDS_PUBLIC_URL = "https://my-tunnel.ngrok.io"; 8 8 # } 9 + # 10 + # 11 + 12 + # these would be silly values for a production deployment 13 + # don't use them in production 14 + admin_token = "test-token-please-ignore" 9 15 10 16 # TODO: fill in your preferred bind address and port for local development 11 17 bind_address = "127.0.0.1"