Our Personal Data Server from scratch!
0
fork

Configure Feed

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

fix(nix): add hashes for git deps

authored by

teq and committed by tangled.org 770a16b0 d37f38e4

+10 -1
+10 -1
default.nix
··· 32 32 openssl 33 33 ]; 34 34 35 - cargoLock.lockFile = ./Cargo.lock; 35 + cargoLock = { 36 + lockFile = ./Cargo.lock; 37 + outputHashes = { 38 + "curve25519-dalek-4.1.3" = "1013mg8xna6jjgq9kvpy0dlbhh5zv1wll9kw1fyplrhw91w7py3c"; 39 + "libsignal-protocol-0.1.0" = "1dk71757dccvyknn106kkf19a5arlkyinrb6x8xh2ly6f717jick"; 40 + "spqr-1.4.0" = "0hx2nmkscv7pn5qan86g8k9ljlvp7dshbspqivsqv0wgsydlcdns"; 41 + "libsignal-service-0.1.0" = "0xxr0ipl0pl35m3518fa8sjnp8viwsni41xv6s0f3mar45h3wydf"; 42 + "presage-0.8.0-dev" = "16hrnjikpz5dqwa9v74akn4l0xkb64ld7qkpq3rw067bn05cjxis"; 43 + }; 44 + }; 36 45 37 46 doCheck = false; 38 47