about summary refs log tree commit diff
path: root/modules/user/devhell
diff options
context:
space:
mode:
authordevhell <devhell@mailfresser.de>2019-09-25 19:57:15 +0100
committerdevhell <devhell@mailfresser.de>2019-09-25 19:57:15 +0100
commite8738a02aab262e1016fe270a16ec2c0f66795dc (patch)
treed80cf5413a65bb34d87342d390752745967f9a65 /modules/user/devhell
parentbb5f47ab5c28fe61a2388f26be6832e4e2b84151 (diff)
Revert "devhell/profiles: Fix VirtualBox kernel 5.3 build"
This reverts commit c11d43c59fe3c82ebb17df1e592cce3fff0816c1.

The patch is now included in NixOS @ 2f2da824edd
Diffstat (limited to 'modules/user/devhell')
-rw-r--r--modules/user/devhell/profiles/services.nix11
1 files changed, 0 insertions, 11 deletions
diff --git a/modules/user/devhell/profiles/services.nix b/modules/user/devhell/profiles/services.nix
index 213e1fb0..927fa3e9 100644
--- a/modules/user/devhell/profiles/services.nix
+++ b/modules/user/devhell/profiles/services.nix
@@ -14,17 +14,6 @@ in {
         host = {
           enable = true;
           enableHardening = false;
-
-          # TODO: Upstream to nixpkgs and remove this afterwards.
-          package = pkgs.virtualbox.overrideAttrs (drv: {
-            patches = (drv.patches or []) ++ lib.singleton (pkgs.fetchpatch {
-              name = "virtualbox-linux-5.3.patch";
-              url = "https://git.archlinux.org/svntogit/community.git/plain/"
-                  + "virtualbox/trunk/015-linux-5-3.patch"
-                  + "?id=bd69d43ad87dc49e703c8e86d09ab31f2bd0e021";
-              sha256 = "0gsa0lrhpfn9yvf1hzbx0gxz9ls213v6gallzj6a2dj83r0llic0";
-            });
-          });
         };
       };
       libvirtd = {