mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-07-08 22:05:06 +02:00
refactor: add localBin, goBin & rustBin into PATH env
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
let
|
||||
envExtra = ''
|
||||
{lib}: let
|
||||
envExtra = lib.mkAfter ''
|
||||
export PATH="$PATH:/opt/homebrew/bin:/usr/local/bin"
|
||||
'';
|
||||
# copied from the content generated by `conda init bash`
|
||||
initExtra = ''
|
||||
initExtra = lib.mkAfter ''
|
||||
arch=$(uname -m)
|
||||
|
||||
if [ "aarch64" = "$arch" ] || [ "arm64" = "$arch" ]; then
|
||||
|
||||
Reference in New Issue
Block a user