⚘ use your pds as a git remote if you want to ⚘
5
fork

Configure Feed

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

fix nix flake

Test 387b2385 3ab88abc

+6 -1
+6 -1
flake.nix
··· 20 20 pname = "git-remote-pds"; 21 21 version = "0.1.0"; 22 22 src = ./.; 23 - cargoLock.lockFile = ./Cargo.lock; 23 + cargoLock = { 24 + lockFile = ./Cargo.lock; 25 + outputHashes = { 26 + "atproto-oauth-0.14.0" = "sha256-Iz8HBTMkIDzA8ZEzVE9/Q17qrd+20G4j1owN1kFvCDw="; 27 + }; 28 + }; 24 29 nativeCheckInputs = [ pkgs.git ]; 25 30 }; 26 31