summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index f7041ff4..01cbb592 100644
--- a/hel.nix
+++ b/hel.nix
@@ -39,7 +39,7 @@
39 defaultLocale = "en_US.UTF-8"; 39 defaultLocale = "en_US.UTF-8";
40 }; 40 };
41 41
42 boot.kernelPackages = pkgs.linuxPackages_4_7; 42 boot.kernelPackages = pkgs.linuxPackages_latest;
43 43
44 environment.systemPackages = with pkgs; [ 44 environment.systemPackages = with pkgs; [
45 git 45 git