mirror of
https://github.com/nix-community/nix-direnv.git
synced 2025-11-08 19:46:11 +01:00
Merge pull request #564 from synalice/patch-1
Add details for `nix profile` installation method
This commit is contained in:
commit
83c737d0ef
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
|
@ -22,10 +22,15 @@ CPU load).
|
|||
|
||||
## Installation
|
||||
|
||||
> **Heads up**: nix-direnv requires a modern Bash. MacOS ships with bash 3.2
|
||||
> from 2007. As a work-around we suggest that macOS users install `direnv` via
|
||||
> Nix or Homebrew. There are different ways to install nix-direnv, pick your
|
||||
> favourite:
|
||||
> [!WARNING]\
|
||||
> We assume that [direnv](https://direnv.net/) is installed properly because
|
||||
> nix-direnv IS NOT a replacement for regular direnv _(only some of its
|
||||
> functionality)_.
|
||||
|
||||
> [!NOTE]\
|
||||
> nix-direnv requires a modern Bash. MacOS ships with bash 3.2 from 2007. As a
|
||||
> work-around we suggest that macOS users install `direnv` via Nix or Homebrew.
|
||||
> There are different ways to install nix-direnv, pick your favourite:
|
||||
|
||||
<details>
|
||||
<summary> Via home-manager (Recommended)</summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue