diff options
author | Alan Pearce | 2015-05-06 09:35:14 +0200 |
---|---|---|
committer | Alan Pearce | 2015-05-06 09:35:14 +0200 |
commit | 92ad3ee5c18fc15a63ef3cec41731ba23c63b3ab (patch) | |
tree | 53791ce99c273412a96dc0599c0dc0c98a919a9f | |
parent | a27f79fd42c10cc8fe47e0344669f1f79a125434 (diff) | |
download | dotfiles-92ad3ee5c18fc15a63ef3cec41731ba23c63b3ab.tar.lz dotfiles-92ad3ee5c18fc15a63ef3cec41731ba23c63b3ab.tar.zst dotfiles-92ad3ee5c18fc15a63ef3cec41731ba23c63b3ab.zip |
zsh: Setup nix on SpotCap machine
-rw-r--r-- | host-ap-spotcap.local/config/zsh/zshenv.local | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/host-ap-spotcap.local/config/zsh/zshenv.local b/host-ap-spotcap.local/config/zsh/zshenv.local new file mode 100644 index 0000000..9ce3bef --- /dev/null +++ b/host-ap-spotcap.local/config/zsh/zshenv.local @@ -0,0 +1,3 @@ +# -*- mode: sh; -*- +export NIX_PATH=nixpkgs=/Users/alan/projects/nixpkgs +. /Users/alan/.nix-profile/etc/profile.d/nix.sh |