Highly ambitious ATProtocol AppView service and sdks
0
fork

Configure Feed

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

add certs to build phase

Chad Miller 99bc759c a967fbf3

+2 -2
+2 -2
frontend/flake.nix
··· 23 23 version = "0.1.0"; 24 24 src = ./.; 25 25 26 - buildInputs = [ pkgs.deno ]; 26 + buildInputs = [ pkgs.deno pkgs.cacert ]; 27 27 28 28 buildPhase = '' 29 29 export DENO_DIR=$PWD/.deno ··· 56 56 ]; 57 57 pathsToLink = [ "/bin" "/etc" ]; 58 58 }; 59 - 59 + 60 60 runAsRoot = '' 61 61 #!${pkgs.runtimeShell} 62 62 mkdir -p /app