try fix on darwin
This commit is contained in:
parent
8df7742e05
commit
93a1114515
|
@ -29,7 +29,10 @@ in {
|
|||
};
|
||||
envExtra = ''
|
||||
export VAULT_ADDR="https://vault.owo.monster"
|
||||
'';
|
||||
'' ++ (if pkgs.stdenv.isDarwin then ''
|
||||
export PATH=/run/current-system/sw/bin:$PATH
|
||||
'' else
|
||||
"");
|
||||
};
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue