summaryrefslogtreecommitdiff
path: root/nixos/hosts/tente/git.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/hosts/tente/git.nix')
-rw-r--r--nixos/hosts/tente/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/hosts/tente/git.nix b/nixos/hosts/tente/git.nix
index ee10a43..c5c6478 100644
--- a/nixos/hosts/tente/git.nix
+++ b/nixos/hosts/tente/git.nix
@@ -2,7 +2,7 @@
let
cfg = config.git;
- helpers = import <top/helpers.nix> { inherit config; };
+ helpers = import <top/helpers.nix> { inherit config lib pkgs; };
in
{
options.git = {