summary refs log tree commit diff
path: root/nixos/modules/system/boot/kernel.nix
diff options
context:
space:
mode:
authorRobin Gloster <mail@glob.in>2016-01-17 19:49:38 +0000
committerRobin Gloster <mail@glob.in>2016-01-17 19:49:38 +0000
commit4a0692a5fb9dc38b49deeda174c37a0864e052f3 (patch)
treee413dbd71f69b20a1528c61cdc6787fdd3d43432 /nixos/modules/system/boot/kernel.nix
parent00eeae1179eb86445f5f6812349dfd120d230118 (diff)
downloadnixlib-4a0692a5fb9dc38b49deeda174c37a0864e052f3.tar
nixlib-4a0692a5fb9dc38b49deeda174c37a0864e052f3.tar.gz
nixlib-4a0692a5fb9dc38b49deeda174c37a0864e052f3.tar.bz2
nixlib-4a0692a5fb9dc38b49deeda174c37a0864e052f3.tar.lz
nixlib-4a0692a5fb9dc38b49deeda174c37a0864e052f3.tar.xz
nixlib-4a0692a5fb9dc38b49deeda174c37a0864e052f3.tar.zst
nixlib-4a0692a5fb9dc38b49deeda174c37a0864e052f3.zip
types: remove references to new packageSet
Reverts part of a04a7272aa38ada45e694281071b720d4abbd0df

packageSet is slated to be introduced in #11866 but currently causes
evalation errors.

/cc @ts468
Diffstat (limited to 'nixos/modules/system/boot/kernel.nix')
-rw-r--r--nixos/modules/system/boot/kernel.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/modules/system/boot/kernel.nix b/nixos/modules/system/boot/kernel.nix
index 03de445d7822..6bc046d02611 100644
--- a/nixos/modules/system/boot/kernel.nix
+++ b/nixos/modules/system/boot/kernel.nix
@@ -20,7 +20,6 @@ in
   options = {
 
     boot.kernelPackages = mkOption {
-      type = types.packageSet;
       default = pkgs.linuxPackages;
       # We don't want to evaluate all of linuxPackages for the manual
       # - some of it might not even evaluate correctly.