This commit is contained in:
Freya Murphy 2023-11-12 15:08:29 -05:00
parent 5d6adeada9
commit c4c7e69192
No known key found for this signature in database
GPG key ID: 988032A5638EE799
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
"nasm" ;; devlopment packages
"rust" ;; packages usefull for coding and devlopment
;;"rust" ;; packages usefull for coding and devlopment
"gcc-toolchain"
"clang-toolchain"
"racket"

View file

@ -44,7 +44,7 @@ export LIBRARY_PATH=$LIBRARY_PATH:$NIX_PROFILE/lib
# Setup User Environment
export LOCAL_PROFILE=$HOME/.local
export XDG_DATA_DIRS=$XDG_DATA_DIRS:$LOCAL_PROFILE/share
export PATH=$PATH:$LOCAL_PROFILE/bin
export PATH=$LOCAL_PROFILE/bin:$PATH
# Setup Compilers
export CC=$(which gcc)