Skip to content

Commit

Permalink
update Nix installation instructions (#512)
Browse files Browse the repository at this point in the history
We should avoid recommending nix-env as it will often lead to undesirable behaviour (e.g. name collisions), especially on NixOS.

Read more here: https://stop-using-nix-env.privatevoid.net/
  • Loading branch information
NotAShelf authored Feb 25, 2024
1 parent 4dca4c7 commit 4e02bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ sudo port install hstr
To install HSTR using the [nix package manager](https://nixos.org/nix/) e.g. on [NixOS](https://nixos.org/) you can use the [nix derivation for HSTR](https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/hstr/default.nix):

```bash
nix-env -i hstr
nix profile install nixpkgs#hstr
```

[Configure](CONFIGURATION.md) HSTR and check its [man page](README.md#documentation).
Expand Down

0 comments on commit 4e02bd8

Please sign in to comment.