]> rtime.felk.cvut.cz Git - novaboot.git/blobdiff - shell.nix
server: Fix delayed power off
[novaboot.git] / shell.nix
index 0867e33e92024d80592cbd9544865759d3995941..0cdacc477f564693ecac8d7138e716e59acfb1b4 100644 (file)
--- a/shell.nix
+++ b/shell.nix
@@ -7,4 +7,10 @@ mkShell {
       otherPerlPackages = [ perl.pkgs.PodParser ];
     }).novaboot
   ];
+  buildInputs = with pkgs; [
+    syslinux
+    cdrkit
+    grub2
+    dhcp
+  ];
 }