This commit is contained in:
alsaiduq-lab 2025-03-15 06:57:59 -06:00
parent 0c9525fd81
commit 9ef94ba41a

View file

@ -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"
]; ];