Merge on loaner

This commit is contained in:
Ivan Malison 2018-06-11 15:33:15 -07:00
commit 8cade342d6
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
resolver: lts-9.3 resolver: 11.7
packages: packages:
- . - .

View File

@ -139,7 +139,7 @@ function _haskell_setup {
} }
function _nix_setup { function _nix_setup {
if [ -e /home/imalison/.nix-profile/etc/profile.d/nix.sh ]; then if [ -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then
. /home/imalison/.nix-profile/etc/profile.d/nix.sh; . $HOME/.nix-profile/etc/profile.d/nix.sh;
fi fi
} }