From 5a986327f84d65b55952b0da252734dc47d58471 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Tue, 28 Jan 2025 00:26:47 +0300 Subject: [PATCH] add packages to shell nix --- shell.nix | 5 +++++ 1 file changed, 5 insertions(+) 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