mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 11:36:11 +01:00
Update tests to expect new output strings
This commit is contained in:
parent
aa50e0f781
commit
ba0cf20e0f
3 changed files with 4 additions and 4 deletions
2
direnvrc
2
direnvrc
|
|
@ -485,7 +485,7 @@ use_nix() {
|
|||
fi
|
||||
else
|
||||
if [[ -e ${profile_rc} ]]; then
|
||||
_nix_direnv_info "using cached dev shell"
|
||||
_nix_direnv_info "Using cached dev shell"
|
||||
else
|
||||
_nix_direnv_error "use_nix failed - Is your nix shell working?"
|
||||
return 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue