mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 09:04:12 +02:00
git pull command
This commit is contained in:
parent
d86ee53f66
commit
1804a7fd93
7 changed files with 121 additions and 37 deletions
|
|
@ -2,7 +2,9 @@
|
|||
rustPlatform,
|
||||
pkg-config,
|
||||
lib,
|
||||
git,
|
||||
}: let
|
||||
inherit (lib) getExe;
|
||||
inherit (lib.sources) sourceByRegex;
|
||||
inherit (builtins) fromTOML readFile;
|
||||
src = sourceByRegex ../. ["Cargo.*" "(src|redis-certificates)(/.*)?"];
|
||||
|
|
@ -13,6 +15,8 @@ in
|
|||
|
||||
inherit src version;
|
||||
|
||||
GIT_BINARY = getExe git;
|
||||
|
||||
cargoLock = {
|
||||
lockFile = ../Cargo.lock;
|
||||
outputHashes = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue