summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/hel.nix b/hel.nix
index 62568864..a1b28e62 100644
--- a/hel.nix
+++ b/hel.nix
@@ -45,11 +45,11 @@
45 }; 45 };
46 46
47 boot.kernelPackages = pkgs.linuxPackages_latest; 47 boot.kernelPackages = pkgs.linuxPackages_latest;
48 boot.kernelPatches = [ 48 # boot.kernelPatches = [
49 { patch = ./patches/udl.patch; 49 # { patch = ./patches/udl.patch;
50 name = "udl-vblank"; 50 # name = "udl-vblank";
51 } 51 # }
52 ]; 52 # ];
53 53
54 environment.systemPackages = with pkgs; [ 54 environment.systemPackages = with pkgs; [
55 git 55 git