mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-09-04 09:16:54 +00:00
fix: nix pds build
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
/target
|
||||
.env
|
||||
.direnv
|
||||
.result
|
||||
result
|
||||
reference-pds-bsky/
|
||||
reference-relay-indigo/
|
||||
pds-moover/
|
||||
|
||||
+2
-3
@@ -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
|
||||
]
|
||||
);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user