mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
fix typos
This commit is contained in:
parent
6997988d1b
commit
433948e9ad
1 changed files with 2 additions and 2 deletions
4
direnvrc
4
direnvrc
|
|
@ -139,7 +139,7 @@ _nix_import_env() {
|
|||
|
||||
eval "$(< "$profile_rc")"
|
||||
# `nix print-dev-env` will create a temporary directory and use it as TMPDIR
|
||||
# We cannot rely on this directory being availble at all times,
|
||||
# We cannot rely on this directory being available at all times,
|
||||
# as it may be garbage collected.
|
||||
# Instead - just remove it immediately.
|
||||
# Use recursive & force as it may not be empty.
|
||||
|
|
@ -188,7 +188,7 @@ _nix_argsum_suffix() {
|
|||
elif has shasum; then
|
||||
out=$(shasum <<< "$1")
|
||||
else
|
||||
# degrate gracefully both tools are not present
|
||||
# degrade gracefully both tools are not present
|
||||
return
|
||||
fi
|
||||
read -r checksum _ <<< "$out"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue