1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 09:04:12 +02:00

move redis certificates

This commit is contained in:
Robin Appelman 2026-03-09 18:30:32 +01:00
commit 80d71bd7a0
17 changed files with 18 additions and 18 deletions

View file

@ -7,7 +7,7 @@
inherit (lib) getExe;
inherit (lib.sources) sourceByRegex;
inherit (builtins) fromTOML readFile;
src = sourceByRegex ../. ["Cargo.*" "(src|redis-certificates)(/.*)?"];
src = sourceByRegex ../. ["Cargo.*" "(src|certificates)(/.*)?"];
version = (fromTOML (readFile ../Cargo.toml)).package.version;
in
rustPlatform.buildRustPackage rec {