X-Git-Url: http://rtime.felk.cvut.cz/gitweb/novaboot.git/blobdiff_plain/b2387b8304b8ab4f97a2094b2c074da01ceae61c..db28e95f962d65f6d25034a9b336b9dd9b7559f6:/shell.nix diff --git a/shell.nix b/shell.nix index 0867e33..e1641fd 100644 --- a/shell.nix +++ b/shell.nix @@ -7,4 +7,8 @@ mkShell { otherPerlPackages = [ perl.pkgs.PodParser ]; }).novaboot ]; + buildInputs = with pkgs; [ + syslinux + cdrkit + ]; }