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