summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2017-05-14 18:25:42 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2017-05-14 18:25:42 +0200
commit8ebb62569b02cb59116223047ec6fc0d2c395809 (patch)
tree48fd50eeac55e13c29f5639f6417cf4357c42221 /hel.nix
parent63f41a56a9e50d620ae95d83465312a8e1156b53 (diff)
downloadnixos-8ebb62569b02cb59116223047ec6fc0d2c395809.tar
nixos-8ebb62569b02cb59116223047ec6fc0d2c395809.tar.gz
nixos-8ebb62569b02cb59116223047ec6fc0d2c395809.tar.bz2
nixos-8ebb62569b02cb59116223047ec6fc0d2c395809.tar.xz
nixos-8ebb62569b02cb59116223047ec6fc0d2c395809.zip
Syntax
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index edd8a45c..3bd7ddc5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -45,7 +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"; sha256 = "1q83k51f5mbik8y760q2ii07h075dyjv72fj5q4w09nngjvb7vxf"; }) ]; 48 boot.kernelPatches = [ { patch = pkgs.fetchurl { url = "https://bugs.freedesktop.org/attachment.cgi?id=114235"; sha256 = "1q83k51f5mbik8y760q2ii07h075dyjv72fj5q4w09nngjvb7vxf"; }; } ];
49 49
50 environment.systemPackages = with pkgs; [ 50 environment.systemPackages = with pkgs; [
51 git 51 git