nix-community / nix-emacs

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

Simplest possible fix for #12 #13

Closed mdorman closed 9 years ago

mdorman commented 9 years ago

The warnings are on stderr, the data we want is on stdout, just redirect stderr to /dev/null. While it is perhaps not the prettiest ever solution, it is simple and effective.

CestDiego commented 9 years ago

Thank you @mdorman this will do for now. We still have to define some tests so this type of things get caught early