summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 3bd7ddc5..10cbc9b4 100644
--- a/hel.nix
+++ b/hel.nix
@@ -45,7 +45,11 @@
45 }; 45 };
46 46
47 boot.kernelPackages = pkgs.linuxPackages_latest; 47 boot.kernelPackages = pkgs.linuxPackages_latest;
48 boot.kernelPatches = [ { patch = pkgs.fetchurl { url = "https://bugs.freedesktop.org/attachment.cgi?id=114235"; sha256 = "1q83k51f5mbik8y760q2ii07h075dyjv72fj5q4w09nngjvb7vxf"; }; } ]; 48 boot.kernelPatches = [
49 { patch = pkgs.fetchurl { url = "https://bugs.freedesktop.org/attachment.cgi?id=114235"; sha256 = "1q83k51f5mbik8y760q2ii07h075dyjv72fj5q4w09nngjvb7vxf"; };
50 name = "udl-vblank";
51 }
52 ];
49 53
50 environment.systemPackages = with pkgs; [ 54 environment.systemPackages = with pkgs; [
51 git 55 git