summaryrefslogtreecommitdiff
path: root/custom/thermoprint-service.nix
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-09-08 15:19:51 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-09-08 15:19:51 +0200
commitdc7b7fcf525fb8597532a89ba5e171a7a88dbb2b (patch)
tree3c760a28a005adc923b7f0735069f450f6e6c747 /custom/thermoprint-service.nix
parentba388a0a926d434ef4a722aaa0a7ddf265ce9e05 (diff)
downloadnixos-dc7b7fcf525fb8597532a89ba5e171a7a88dbb2b.tar
nixos-dc7b7fcf525fb8597532a89ba5e171a7a88dbb2b.tar.gz
nixos-dc7b7fcf525fb8597532a89ba5e171a7a88dbb2b.tar.bz2
nixos-dc7b7fcf525fb8597532a89ba5e171a7a88dbb2b.tar.xz
nixos-dc7b7fcf525fb8597532a89ba5e171a7a88dbb2b.zip
..
Diffstat (limited to 'custom/thermoprint-service.nix')
-rw-r--r--custom/thermoprint-service.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/custom/thermoprint-service.nix b/custom/thermoprint-service.nix
index bc61ca39..69d9af6a 100644
--- a/custom/thermoprint-service.nix
+++ b/custom/thermoprint-service.nix
@@ -24,6 +24,7 @@ in {
24 import ./thermoprint { 24 import ./thermoprint {
25 callPackage = superPkgs.lib.callPackageWith (selfH // { inherit (superPkgs) stdenv makeWrapper runCommand; }); 25 callPackage = superPkgs.lib.callPackageWith (selfH // { inherit (superPkgs) stdenv makeWrapper runCommand; });
26 extraPackages = pCfg.extraServerPackages; 26 extraPackages = pCfg.extraServerPackages;
27 }
27 ); 28 );
28 }; 29 };
29 }; 30 };