Logo
Explore Help
Sign In
public/nixpkgs
1
0
Fork 0
You've already forked nixpkgs
Code Issues Pull Requests Packages Projects Releases Wiki Activity
nixpkgs/nixos/modules/installer/cd-dvd/installation-cd-graphical-new-kernel.nix

8 lines
129 B
Nix
Raw Normal View History

* By popular demand, provide an ISO with a more recent kernel. svn path=/nixos/trunk/; revision=30344
2011-11-08 19:51:39 +00:00
{ config, pkgs, ... }:
{
Update all legacy-style modules I.e., modules that use "require = [options]". Nowadays that should be written as { options = { ... }; config = { ... }; }; Also, use "imports" instead of "require" in places where we actually import another module.
2013-09-04 13:05:09 +02:00
imports = [ ./installation-cd-graphical.nix ];
* By popular demand, provide an ISO with a more recent kernel. svn path=/nixos/trunk/; revision=30344
2011-11-08 19:51:39 +00:00
nixos-iso: Re-enable new kernel iso images (close #2839)
2014-06-05 16:00:25 -05:00
boot.kernelPackages = pkgs.linuxPackages_latest;
* By popular demand, provide an ISO with a more recent kernel. svn path=/nixos/trunk/; revision=30344
2011-11-08 19:51:39 +00:00
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.8 Page: 231ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API