[rust] Fix ZSH env definition

This commit is contained in:
Drew Haven
2025-03-12 13:09:57 -07:00
parent 16a1dbd1c4
commit 997cde420b

View File

@@ -5,7 +5,5 @@
rustfmt rustfmt
]; ];
programs.zsh.envExtra = [ programs.zsh.envExtra = ". \"$HOME/.cargo/env\"";
". \"$HOME/.cargo/env\""
];
} }