Skip to content

Commit

Permalink
fix: devenv.nix: sort PATH environment variables
Browse files Browse the repository at this point in the history
Co-authored-by: ZHANG Yuntian <[email protected]>
  • Loading branch information
CodeChenL and RadxaYuntian authored Apr 18, 2024
1 parent 893f65d commit 9cbeb5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
];

enterShell = ''
export PATH=$HOME/.cargo/bin:$PWD/src/bin:$PWD/node_modules/.bin:$PATH
export PATH=$PWD/src/bin:$PWD/node_modules/.bin:$HOME/.cargo/bin:$PATH
if [[ -n "$DEVENV_NIX" ]]
then
Expand Down

0 comments on commit 9cbeb5d

Please sign in to comment.