travisbhartwell / nix-emacs

A set of useful Emacs modes and functions for users of Nix and Nix OS.
225 stars 32 forks source link

Renames `nix-shell` to `nix-sandbox/nix-shell` #49

Closed thalesmg closed 4 years ago

thalesmg commented 4 years ago

The function nix-shell from this package collides with the nix-shell from nix-mode. See issue #48 .

Depending on the order which nix-sandbox and nix-mode are loaded, one name shadows the other and gives raise to this error:

eval: Wrong number of arguments: (1 . 2), 3

Here, I tried to avoid this problem by namespacing this particular function.

ghost commented 4 years ago

DeepCode Report (#001850)

DeepCode analyzed this pull request. There are no new issues.

svenkeidel commented 4 years ago

@thalesmg, thank you for your contribution :+1: