summary refs log tree commit diff stats
path: root/system/prefect.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/prefect.nix')
-rw-r--r--system/prefect.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/prefect.nix b/system/prefect.nix
index fafd228a..2b8cfb8e 100644
--- a/system/prefect.nix
+++ b/system/prefect.nix
@@ -45,7 +45,7 @@
   boot.loader.timeout = 3;
   boot.loader.grub.default = 2; # Default to Windows
 
-  boot.kernelPackages = (import <nixos-unstable> { config = config.nixpkgs.config; }).linuxPackages_zen;
+  boot.kernelPackages = pkgs.linuxPackages_zen;
   boot.extraModulePackages = with config.boot.kernelPackages; [
     zenpower
   ];