Created
August 4, 2024 06:05
-
-
Save Krutonium/bfb1f381adf6ed34a2ae63503cf4f334 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ 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