From 9ef94ba41a59b381ffda64bbb04589b2a048d5d8 Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Sat, 15 Mar 2025 06:57:59 -0600 Subject: [PATCH] removed --- modules/env.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/modules/env.nix b/modules/env.nix index 5f523b2..09306b5 100644 --- a/modules/env.nix +++ b/modules/env.nix @@ -5,10 +5,6 @@ if [ -d $HOME/.cargo/bin ]; then export PATH=$PATH:$HOME/.cargo/bin 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 = { @@ -26,8 +22,6 @@ environment.pathsToLink = [ "/share/fish" - "/lib/python3.10/site-packages" - "/lib/python3.11/site-packages" "/bin" ];