Commit e032a06d authored by Anderson Torres's avatar Anderson Torres
Browse files

{seabios-coreboot, seabios-csm, seabios-qemu}: "init"

parent dd122c58
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5643,6 +5643,10 @@ with pkgs;
  nltk-data = callPackage ../tools/text/nltk-data { };
  seabios-coreboot = seabios.override { ___build-type = "coreboot"; };
  seabios-csm = seabios.override { ___build-type = "csm"; };
  seabios-qemu = seabios.override { ___build-type = "qemu"; };
  seaborn-data = callPackage ../tools/misc/seaborn-data { };
  nodepy-runtime = with python3.pkgs; toPythonApplication nodepy-runtime;