mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-14 13:09:46 +02:00
fix: nix first in PATH
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
let
|
||||
envExtra = ''
|
||||
export PATH="/opt/homebrew/bin:/usr/local/bin:$PATH"
|
||||
export PATH="$PATH:/opt/homebrew/bin:/usr/local/bin"
|
||||
'';
|
||||
in {
|
||||
# Homebrew's default install location:
|
||||
|
||||
Reference in New Issue
Block a user