Skip to content

Commit

Permalink
Add: note about incompatibility of nix-env and nix profile
Browse files Browse the repository at this point in the history
  • Loading branch information
artur-sannikov committed Apr 29, 2024
1 parent d75d568 commit 5f5756a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ shell, examine the script's [code](https://install.determinate.systems/nix)
Nix packages to avoid long waiting times associated with source-code
compiling. We have built all packages required to run OMA on [Cachix](https://app.cachix.org/cache/oma). To take advantage of the cache:

1. Install Cachix `nix profile install nixpkgs#cachix`
1. Install Cachix with `nix-env -iA cachix -f https://cachix.org/api/v1/install` or `nix profile install nixpkgs#cachix`. Note that if you opt for `nix profile` installation, `nix-env` becomes unavailable
2. Use OMA cache `cachix use oma`
3. Follow the instructions

Expand Down

0 comments on commit 5f5756a

Please sign in to comment.