From cb029f844252b225e536f5a1c201c2e267cec42e Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Thu, 28 Jul 2016 16:11:30 +0200 Subject: [PATCH] downgrade to linux 4.6 for virtualbox compatibility --- common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common.nix b/common.nix index 092e50a..5adae6e 100644 --- a/common.nix +++ b/common.nix @@ -9,7 +9,8 @@ ./common-sw.nix ]; - boot.kernelPackages = pkgs.linuxPackages_latest; + # FIXME: switch back to linuxPackages_latest; depends on new virtualbox version + boot.kernelPackages = pkgs.linuxPackages_4_6; nix.useSandbox = true; nix.binaryCaches = [ https://cache.nixos.org ];