summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:53:12 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-16 15:53:12 +0200
commit4d36cc4cc85953dae0ba64b30d20b6c01b485792 (patch)
tree65aa6f963a60d43300696cdf160c90262811dd73 /hel.nix
parentb2d275e8a8622697eeaa502a1f72dea9c468dfe3 (diff)
downloadnixos-4d36cc4cc85953dae0ba64b30d20b6c01b485792.tar
nixos-4d36cc4cc85953dae0ba64b30d20b6c01b485792.tar.gz
nixos-4d36cc4cc85953dae0ba64b30d20b6c01b485792.tar.bz2
nixos-4d36cc4cc85953dae0ba64b30d20b6c01b485792.tar.xz
nixos-4d36cc4cc85953dae0ba64b30d20b6c01b485792.zip
systemPackages
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 8f39eb98..fc7e58f5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -54,6 +54,7 @@
54 shadow 54 shadow
55 (callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; }) 55 (callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })
56 (callPackage ./utils/nix/rebuild-system.nix {}) 56 (callPackage ./utils/nix/rebuild-system.nix {})
57 libmbim libqmi
57 ]; 58 ];
58 59
59 nixpkgs.config.packageOverrides = pkgs: rec { 60 nixpkgs.config.packageOverrides = pkgs: rec {