summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:07:03 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:07:03 +0200
commitdf195761738b81fd881da9acb2d860e2cc998be9 (patch)
tree2d710ee5059ca250e1c8452dd726fcd862a5091f /hel.nix
parentb37bfff42b68ef58d3938b1b271e56eb2e1954ff (diff)
downloadnixos-df195761738b81fd881da9acb2d860e2cc998be9.tar
nixos-df195761738b81fd881da9acb2d860e2cc998be9.tar.gz
nixos-df195761738b81fd881da9acb2d860e2cc998be9.tar.bz2
nixos-df195761738b81fd881da9acb2d860e2cc998be9.tar.xz
nixos-df195761738b81fd881da9acb2d860e2cc998be9.zip
typo
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 9af47211..e8348019 100644
--- a/hel.nix
+++ b/hel.nix
@@ -57,7 +57,7 @@
57 ]; 57 ];
58 58
59 nixpkgs.config.packageOverrides = pkgs: rec { 59 nixpkgs.config.packageOverrides = pkgs: rec {
60 libiqm = pkgs.stdenv.lib.overrideDerivation pkgs.libiqm (attrs: { 60 libqmi = pkgs.stdenv.lib.overrideDerivation pkgs.libqmi (attrs: {
61 patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ]; 61 patches = attrs.patches ++ [ ./patches/attachment-0003.patch ./patches/attachment-0004.ptach ./patches/attachment-0005.patch ];
62 }); 62 });
63 }; 63 };