summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 };