Skip to content

Instantly share code, notes, and snippets.

@Krutonium
Created August 4, 2024 06:05
Show Gist options
  • Save Krutonium/bfb1f381adf6ed34a2ae63503cf4f334 to your computer and use it in GitHub Desktop.
Save Krutonium/bfb1f381adf6ed34a2ae63503cf4f334 to your computer and use it in GitHub Desktop.
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
# Everything you need to build iPXE roms on NixOS - I used it to build firmware for my Intel NIC.
nativeBuildInputs = with pkgs.buildPackages; [ gnumake gcc perl lzma mtools ];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment