Skip to content

Commit

Permalink
fix(hubble): pkgs.lib instead of lib
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 13, 2023
1 parent cc6f554 commit aeb460b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hubble/hubble.nix
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
indexersJson = builtins.toJSON cfg.indexers;
in
''
${lib.getExe cfg.package} --url ${cfg.url} ${secretArg} --indexers ${indexersJson}
${pkgs.lib.getExe cfg.package} --url ${cfg.url} ${secretArg} --indexers ${indexersJson}
'';
};
in
Expand Down

0 comments on commit aeb460b

Please sign in to comment.