supress warnings

This commit is contained in:
Harivansh Rathi 2026-03-29 16:01:45 -04:00
parent cf0de8a186
commit e7173a7578

View file

@ -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