fix: nix pds build

This commit is contained in:
nelind
2026-01-28 17:42:13 +00:00
committed by Tangled
parent 2b31a288a9
commit a1b3d8fd11
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
/target
.env
.direnv
.result
result
reference-pds-bsky/
reference-relay-indigo/
pds-moover/
+2 -3
View File
@@ -4,7 +4,7 @@
pkg-config,
openssl,
}: let
toml = (lib.importTOML ./Cargo.toml).package;
toml = (lib.importTOML ./Cargo.toml).workspace.package;
in rustPlatform.buildRustPackage {
pname = "tranquil-pds";
inherit (toml) version;
@@ -15,10 +15,9 @@ in rustPlatform.buildRustPackage {
lib.fileset.unions [
./Cargo.toml
./Cargo.lock
./src
./crates
./.sqlx
./migrations
./frontend
]
);
};