summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index 8a2d1880..e2c6e9ee 100644
--- a/hel.nix
+++ b/hel.nix
@@ -45,6 +45,7 @@
45 }; 45 };
46 46
47 boot.kernelPackages = pkgs.linuxPackages_latest; 47 boot.kernelPackages = pkgs.linuxPackages_latest;
48 boot.kernelPatches = [ (pkgs.fetchurl { url = "https://bugs.freedesktop.org/attachment.cgi?id=114235"; sha256sum = "1q83k51f5mbik8y760q2ii07h075dyjv72fj5q4w09nngjvb7vxf"; }) ];
48 49
49 environment.systemPackages = with pkgs; [ 50 environment.systemPackages = with pkgs; [
50 git 51 git