diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2024-03-14 10:02:56 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2024-03-14 10:02:56 +0100 |
commit | 51445ea1df553dabf0471750e914c53cc8d9329c (patch) | |
tree | 16341bb237a99fba6e01eb68cb3babd05d41dd1a /.bash_profile | |
parent | 096096b6f265cec5171df29f69a33f7f33bdbb79 (diff) | |
download | dotfiles-51445ea1df553dabf0471750e914c53cc8d9329c.tar.gz dotfiles-51445ea1df553dabf0471750e914c53cc8d9329c.zip |
Edit .bash_profile to export NIX_PATH.
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.bash_profile b/.bash_profile index e81307b..14802fe 100644 --- a/.bash_profile +++ b/.bash_profile | |||
@@ -12,4 +12,6 @@ for i in $GUIX_EXTRA_PROFILES/*; do | |||
12 | unset profile | 12 | unset profile |
13 | done | 13 | done |
14 | 14 | ||
15 | export NIX_PATH=~/.nix-defexpr/channels/nixos/ | ||
16 | |||
15 | . .profile | 17 | . .profile |