This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# based on discussion: https://github.com/atom-haskell/haskell-ghc-mod/issues/160 | |
origdir=$PWD | |
# Source nix env because this script is intended to be | |
# used by editors, e.g. Atom which doesn't source .bashrc, | |
# and we need NIX_PATH to be set correctly. | |
source /etc/profile |