add packages to shell nix

This commit is contained in:
MeexReay 2025-01-28 00:26:47 +03:00
parent 44e9d3ae48
commit 5a986327f8

View File

@ -4,5 +4,10 @@ pkgs.mkShell {
nativeBuildInputs =
with pkgs; [
pkgsCross.i686-embedded.buildPackages.gcc
rustup
gnumake
grub2
libisoburn
qemu
];
}