]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - shell.nix
shell.nix: Add grub2 and dhcp
[novaboot.git] / shell.nix
index e1641fd61dab0749ae249da414ca049b51bb1d6f..0cdacc477f564693ecac8d7138e716e59acfb1b4 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -10,5 +10,7 @@ mkShell {
   buildInputs = with pkgs; [
     syslinux
     cdrkit
+    grub2
+    dhcp
   ];
 }