Our Personal Data Server from scratch! tranquil.farm
oauth atproto pds rust postgresql objectstorage fun

fix: nix pds build #9

merged opened by nel.pet targeting main from nix-fixes
Labels

None yet.

assignee
Participants 1
AT URI
at://did:plc:h5wsnqetncv6lu2weom35lg2/sh.tangled.repo.pull/3mdisr24wnr22
+3 -4
Diff #0
+1 -1
.gitignore
··· 1 1 /target 2 2 .env 3 3 .direnv 4 - .result 4 + result 5 5 reference-pds-bsky/ 6 6 reference-relay-indigo/ 7 7 pds-moover/
+2 -3
default.nix
··· 4 4 pkg-config, 5 5 openssl, 6 6 }: let 7 - toml = (lib.importTOML ./Cargo.toml).package; 7 + toml = (lib.importTOML ./Cargo.toml).workspace.package; 8 8 in rustPlatform.buildRustPackage { 9 9 pname = "tranquil-pds"; 10 10 inherit (toml) version; ··· 15 15 lib.fileset.unions [ 16 16 ./Cargo.toml 17 17 ./Cargo.lock 18 - ./src 18 + ./crates 19 19 ./.sqlx 20 20 ./migrations 21 - ./frontend 22 21 ] 23 22 ); 24 23 };

History

1 round 0 comments
sign up or login to add to the discussion
nel.pet submitted #0
1 commit
expand
fix: nix pds build
expand 0 comments
pull request successfully merged