diff --git a/dotfiles/lib/bin/stack.yaml b/dotfiles/lib/bin/stack.yaml index 8f7fadf7..ea2a7ef6 100644 --- a/dotfiles/lib/bin/stack.yaml +++ b/dotfiles/lib/bin/stack.yaml @@ -1,4 +1,4 @@ -resolver: lts-9.3 +resolver: 11.7 packages: - . diff --git a/dotfiles/lib/shellpath.sh b/dotfiles/lib/shellpath.sh index 0fad8800..acb1faaf 100644 --- a/dotfiles/lib/shellpath.sh +++ b/dotfiles/lib/shellpath.sh @@ -139,7 +139,7 @@ function _haskell_setup { } function _nix_setup { - if [ -e /home/imalison/.nix-profile/etc/profile.d/nix.sh ]; then - . /home/imalison/.nix-profile/etc/profile.d/nix.sh; + if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then + . $HOME/.nix-profile/etc/profile.d/nix.sh; fi }