diff options
author | tv <tv@krebsco.de> | 2018-11-30 14:07:58 +0100 |
---|---|---|
committer | tv <tv@krebsco.de> | 2018-11-30 14:07:58 +0100 |
commit | 8a17b6fb1750b3f11b3f1b12fe12317b916026fe (patch) | |
tree | 6d05cbec346c4f25965b2d68b3f3198d38107a8f /tv/2configs/bash | |
parent | ed44b2dacdb33156921a859733991295dc4c2502 (diff) |
tv bash: redefine <stockholm> for tv
Diffstat (limited to 'tv/2configs/bash')
-rw-r--r-- | tv/2configs/bash/default.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tv/2configs/bash/default.nix b/tv/2configs/bash/default.nix index 3b4a4aadb..d7673931c 100644 --- a/tv/2configs/bash/default.nix +++ b/tv/2configs/bash/default.nix @@ -23,6 +23,8 @@ with import <stockholm/lib>; ;; esac fi + + export NIX_PATH="stockholm=$HOME/stockholm:$NIX_PATH" ;; esac ''; |