grain.social is a photo sharing platform built on atproto. grain.social
atproto photography appview
57
fork

Configure Feed

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

fix: add missing nix dep

Chad Miller ba7e2727 0d12ae24

+4
+4
cli/flake.nix
··· 68 68 } // pkgs.lib.optionalAttrs (target == "x86_64-pc-windows-gnu") { 69 69 depsBuildBuild = with pkgs; [ 70 70 pkgsCross.mingwW64.stdenv.cc 71 + pkgsCross.mingwW64.windows.pthreads 72 + ]; 73 + nativeBuildInputs = commonArgs.nativeBuildInputs ++ [ 74 + pkgs.pkgsCross.mingwW64.windows.pthreads 71 75 ]; 72 76 CARGO_TARGET_X86_64_PC_WINDOWS_GNU_LINKER = "${pkgs.pkgsCross.mingwW64.stdenv.cc}/bin/x86_64-w64-mingw32-gcc"; 73 77 })