mirror of
https://codeberg.org/icewind/ugc-scaper.git
synced 2026-06-03 18:24:10 +02:00
roster history fixes
This commit is contained in:
parent
7d04d93948
commit
59e41ba7a7
2 changed files with 7 additions and 12 deletions
|
|
@ -7,11 +7,12 @@
|
|||
let
|
||||
inherit (lib.sources) sourceByRegex;
|
||||
inherit (builtins) fromTOML readFile;
|
||||
src = sourceByRegex ./archiver [ "Cargo.*" "(src)(/.*)?" "README.md" "(.sqlx)(/.*)?" ];
|
||||
src = sourceByRegex ./. [ "Cargo.*" "((types|archiver|)/?(src)?)(/.*)?" "README.md" ];
|
||||
version = (fromTOML (readFile archiver/Cargo.toml)).package.version;
|
||||
in
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "ugc-api-archiver";
|
||||
sourceRoot = "${src.name}/archiver";
|
||||
|
||||
inherit src version;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue