From c09bdbef96709ff3108c4c06edf54a1b83edf890 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 24 Jan 2025 17:47:47 +0100 Subject: [PATCH] Add rsync to shell dependencies --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index ef1ea2f..59ff01a 100644 --- a/flake.nix +++ b/flake.nix @@ -130,6 +130,7 @@ GCROOT = mkRoots syspkgs [ syspkgs.stdenv KERNEL OPENSBI syspkgs.riscv-tools ]; + nativeBuildInputs = with syspkgs; [ rsync ]; shellHook = '' echo "Here are the current system pieces:" echo " COMMIT = $COMMIT"