summaryrefslogtreecommitdiffstats
path: root/.bash_profile
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2024-03-14 10:02:56 +0100
committerjdlugosz963 <jdlugosz963@gmail.com>2024-03-14 10:02:56 +0100
commit51445ea1df553dabf0471750e914c53cc8d9329c (patch)
tree16341bb237a99fba6e01eb68cb3babd05d41dd1a /.bash_profile
parent096096b6f265cec5171df29f69a33f7f33bdbb79 (diff)
downloaddotfiles-51445ea1df553dabf0471750e914c53cc8d9329c.tar.gz
dotfiles-51445ea1df553dabf0471750e914c53cc8d9329c.zip
Edit .bash_profile to export NIX_PATH.
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile2
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
13done 13done
14 14
15export NIX_PATH=~/.nix-defexpr/channels/nixos/
16
15. .profile 17. .profile