Skip to content

Commit

Permalink
fix: stop using getExe with mosh
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwjackson committed Nov 13, 2024
1 parent be99748 commit 1671fb5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,9 @@
default = "tmesh";
};

# shells = {
# default = "my-shell";
# };

modules = {
default = "default";
};

# templates = {
# default = "my-template";
# };
};
};
}
2 changes: 1 addition & 1 deletion packages/tmesh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pkgs.resholve.mkDerivation rec {
--replace "@jq" "${pkgs.lib.meta.getExe pkgs.jq}" \
substituteInPlace $out/bin/tmesh \
--replace "mosh " "${pkgs.lib.meta.getExe pkgs.mosh} "
--replace "mosh " "${pkgs.mosh}/bin/mosh "
runHook postInstall
'';
Expand Down

0 comments on commit 1671fb5

Please sign in to comment.