virtualbox has been upgraded in nixpkgs

This commit is contained in:
Gabriel Ebner 2016-08-31 08:38:22 +02:00
parent c52d1025d7
commit 39a080a585
1 changed files with 1 additions and 2 deletions

View File

@ -9,8 +9,7 @@
./common-sw.nix
];
# FIXME: switch back to linuxPackages_latest; depends on new virtualbox version
boot.kernelPackages = pkgs.linuxPackages_4_6;
boot.kernelPackages = pkgs.linuxPackages_latest;
nix.useSandbox = true;
nix.binaryCaches = [ https://cache.nixos.org ];