Skip to content

Instantly share code, notes, and snippets.

@cleverca22
Created April 4, 2018 16:05
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save cleverca22/e2c139c30677506108c1a5bc9ec31089 to your computer and use it in GitHub Desktop.
let
configuration = { config, ... }: {
boot.extraModulePackages = [ config.boot.kernelPackages.broadcom_sta ];
nixpkgs.config.allowUnfree = true;
};
in (import <nixpkgs/nixos/lib/eval-config.nix> {
modules = [
configuration
<nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-kde.nix>
];
}).config.system.build.isoImage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment