1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 00:06:26 -04:00

link to the release note

This commit is contained in:
Valentin Gagarin 2024-10-15 13:12:51 +02:00 committed by GitHub
parent a3a6c6d6a6
commit e0aace1d9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -86,7 +86,7 @@ It's only possible to cross compile between `aarch64-darwin` and `x86_64-darwin`
It is possible to explore them in `nix repl`: It is possible to explore them in `nix repl`:
:::{note} :::{note}
Later versions of `nix repl` require `-f` flag: [Starting with Nix 2.19](https://nix.dev/manual/nix/latest/release-notes/rl-2.19), `nix repl` requires the `-f` / `--file` flag:
```shell-session ```shell-session
$ nix repl -f '<nixpkgs>' -I nixpkgs=channel:nixos-23.11 $ nix repl -f '<nixpkgs>' -I nixpkgs=channel:nixos-23.11
``` ```