fixed rust
This commit is contained in:
parent
6f027e6960
commit
c45ffbcdd5
@ -10,6 +10,6 @@
|
|||||||
CARGO_HOME = "${config.xdg.dataHome}/cargo";
|
CARGO_HOME = "${config.xdg.dataHome}/cargo";
|
||||||
RUSTUP_HOME = "${config.xdg.dataHome}/rustup";
|
RUSTUP_HOME = "${config.xdg.dataHome}/rustup";
|
||||||
};
|
};
|
||||||
sessionPath = [ "$CARGO_HOME/bin" ];
|
sessionPath = [ "${config.home.sessionVariables.CARGO_HOME}/bin" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user