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:
parent
88a4100340
commit
80d71bd7a0
17 changed files with 18 additions and 18 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue