Skip to content

Commit

Permalink
fix: pass extraPackages in callPackage
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Nov 11, 2024
1 parent ad8249a commit 6640794
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/hm-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ self: {
...
}:
with lib; let
dooitWithPackages = pkgs.dooit.override {
dooitWithPackages = pkgs.callPackage ./default.nix {
extraPackages = config.programs.dooit.extraPackages;
};
in {
Expand Down

0 comments on commit 6640794

Please sign in to comment.