ATproto Nix User Repo
0
fork

Configure Feed

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

Update default.nix

authored by

Jack Valinsky and committed by
GitHub
802ba379 ec39fb5e

+1
+1
pkgs/microcosm/default.nix
··· 40 40 cargoArtifacts = craneLib.buildDepsOnly { 41 41 inherit src; 42 42 pname = "microcosm-rs-deps"; 43 + version = "0.1.0"; 43 44 nativeBuildInputs = nativeInputs; 44 45 buildInputs = buildInputs; 45 46 env = commonEnv;