mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 07:04:47 +00:00
secrets
This commit is contained in:
parent
25296e3504
commit
ba0f284dba
3 changed files with 87 additions and 2 deletions
|
|
@ -42,7 +42,9 @@
|
|||
};
|
||||
|
||||
envExtra = ''
|
||||
. "$HOME/.cargo/env"
|
||||
if [[ -f "$HOME/.cargo/env" ]]; then
|
||||
. "$HOME/.cargo/env"
|
||||
fi
|
||||
|
||||
# Ghostty shell integration expects a resource directory; the Nix app
|
||||
# bundle lives in the store instead of /Applications.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue