1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

git pull command

This commit is contained in:
Robin Appelman 2025-11-21 20:01:20 +01:00
commit 1804a7fd93
7 changed files with 121 additions and 37 deletions

View file

@ -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 = {