-
-
Save cleverca22/e2c139c30677506108c1a5bc9ec31089 to your computer and use it in GitHub Desktop.
This file contains 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
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