Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
TwIStOy committed Apr 16, 2024
1 parent f0b3db1 commit 16eeb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dotvim/utils/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function M.which(name)
end

-- nixos should not try to resolve binaries from mason
if M.nix.is_nixos then
if M.nix.is_nixos() then
return name
end

Expand Down

0 comments on commit 16eeb41

Please sign in to comment.