]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - shell.nix
tftpd: Add call to grub-mknetdir
[novaboot.git] / shell.nix
index 0867e33e92024d80592cbd9544865759d3995941..e1641fd61dab0749ae249da414ca049b51bb1d6f 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -7,4 +7,8 @@ mkShell {
       otherPerlPackages = [ perl.pkgs.PodParser ];
     }).novaboot
   ];
+  buildInputs = with pkgs; [
+    syslinux
+    cdrkit
+  ];
 }