diff --git a/shell.nix b/shell.nix index 2e2dc87..70ff502 100644 --- a/shell.nix +++ b/shell.nix @@ -4,5 +4,10 @@ pkgs.mkShell { nativeBuildInputs = with pkgs; [ pkgsCross.i686-embedded.buildPackages.gcc + rustup + gnumake + grub2 + libisoburn + qemu ]; } \ No newline at end of file