Skip to content

Commit

Permalink
fix command invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
dermetfan committed May 24, 2022
1 parent 22ce234 commit 6a74c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/module.nix
Expand Up @@ -297,7 +297,7 @@
type = package;
default = writers.shell {
inherit (task) name;
text = computeCommand task;
text = "${computeCommand task}/bin/${task.name}";
};
};

Expand Down

0 comments on commit 6a74c64

Please sign in to comment.