removed
This commit is contained in:
parent
0c9525fd81
commit
9ef94ba41a
1 changed files with 0 additions and 6 deletions
|
|
@ -5,10 +5,6 @@
|
||||||
if [ -d $HOME/.cargo/bin ]; then
|
if [ -d $HOME/.cargo/bin ]; then
|
||||||
export PATH=$PATH:$HOME/.cargo/bin
|
export PATH=$PATH:$HOME/.cargo/bin
|
||||||
fi
|
fi
|
||||||
if [ -f /run/current-system/sw/bin/python3 ]; then
|
|
||||||
alias python3=/run/current-system/sw/bin/python3
|
|
||||||
alias python=/run/current-system/sw/bin/python3
|
|
||||||
fi
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
|
|
@ -26,8 +22,6 @@
|
||||||
|
|
||||||
environment.pathsToLink = [
|
environment.pathsToLink = [
|
||||||
"/share/fish"
|
"/share/fish"
|
||||||
"/lib/python3.10/site-packages"
|
|
||||||
"/lib/python3.11/site-packages"
|
|
||||||
"/bin"
|
"/bin"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue