Add rsync to shell dependencies

This commit is contained in:
Rodrigo Arias 2025-01-24 17:47:47 +01:00
parent 46077e67f5
commit c09bdbef96

View File

@ -130,6 +130,7 @@
GCROOT = mkRoots syspkgs [ GCROOT = mkRoots syspkgs [
syspkgs.stdenv KERNEL OPENSBI syspkgs.riscv-tools syspkgs.stdenv KERNEL OPENSBI syspkgs.riscv-tools
]; ];
nativeBuildInputs = with syspkgs; [ rsync ];
shellHook = '' shellHook = ''
echo "Here are the current system pieces:" echo "Here are the current system pieces:"
echo " COMMIT = $COMMIT" echo " COMMIT = $COMMIT"