diff --git a/flake.nix b/flake.nix index 3219d44..4a8a533 100644 --- a/flake.nix +++ b/flake.nix @@ -115,7 +115,9 @@ UBOOT_ENV = syspkgs.uboot-env; BITSTREAM = syspkgs.bitstream; BOOTROM = syspkgs.bootrom; - GCROOT = mkRoots syspkgs [ syspkgs.stdenv KERNEL OPENSBI ]; + GCROOT = mkRoots syspkgs [ + syspkgs.stdenv KERNEL OPENSBI syspkgs.riscv-tools + ]; shellHook = '' echo "Here are the current system pieces:" echo " COMMIT = $COMMIT"