about summary refs log tree commit diff
path: root/pkgs/profpatsch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/default.nix')
-rw-r--r--pkgs/profpatsch/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index 5257ff50..e7e4d1ac 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -1,14 +1,15 @@
 { pkgs, callPackage, haskellPackages, droopy, fetchFromGitHub }:
 
 {
+  backlight = callPackage ./backlight { inherit (pkgs.xorg) xbacklight; };
   display-infos = callPackage ./display-infos {};
+  nix-http-serve = callPackage ./nix-http-serve {};
   nman = callPackage ./nman {};
+  show-qr-code = callPackage ./show-qr-code {};
   warpspeed = callPackage ./warpspeed {
     inherit (haskellPackages) ghcWithPackages;
   };
-  show-qr-code = callPackage ./show-qr-code { };
 
-  backlight = callPackage ./backlight { inherit (pkgs.xorg) xbacklight; };
 
   # patched version of droopy, with javascript user-enhancement
   droopy = droopy.overrideDerivation (old: {