Skip to content

Commit

Permalink
Fix 3595
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed Jan 15, 2023
1 parent 2827b53 commit 535302f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/programs/opam.nix
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ in {
'';

programs.fish.shellInit = mkIf cfg.enableFishIntegration ''
eval "$(${cfg.package}/bin/opam env --shell=fish)"
eval (${cfg.package}/bin/opam env --shell=fish)
'';
};
}

0 comments on commit 535302f

Please sign in to comment.