mirror of
https://github.com/harivansh-afk/nix.git
synced 2026-04-15 09:01:16 +00:00
supress warnings
This commit is contained in:
parent
cf0de8a186
commit
e7173a7578
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@
|
||||||
if [[ -f "$HOME/.cargo/env" ]]; then
|
if [[ -f "$HOME/.cargo/env" ]]; then
|
||||||
. "$HOME/.cargo/env"
|
. "$HOME/.cargo/env"
|
||||||
fi
|
fi
|
||||||
|
export NODE_NO_WARNINGS=1
|
||||||
''
|
''
|
||||||
+ lib.optionalString pkgs.stdenv.isDarwin ''
|
+ lib.optionalString pkgs.stdenv.isDarwin ''
|
||||||
# Ghostty shell integration expects a resource directory; the Nix app
|
# Ghostty shell integration expects a resource directory; the Nix app
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue