aboutsummaryrefslogtreecommitdiffstats
path: root/nix/module.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/module.nix')
-rw-r--r--nix/module.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nix/module.nix b/nix/module.nix
index da6fd02c..60878e7e 100644
--- a/nix/module.nix
+++ b/nix/module.nix
@@ -1,4 +1,4 @@
-{
+{extraPackages}: {
config,
pkgs,
lib,
@@ -11,7 +11,7 @@ in {
services.turtle = {
enable = lib.mkEnableOption "turtle server for shell history sync";
- package = lib.mkPackageOption pkgs "turtle" {};
+ package = lib.mkPackageOption extraPackages "turtle" {};
host = mkOption {
type = types.str;