Skip to content

Commit

Permalink
link to the release note
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk authored Oct 15, 2024
1 parent a3a6c6d commit e0aace1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/tutorials/cross-compilation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

:::{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
$ nix repl -f '<nixpkgs>' -I nixpkgs=channel:nixos-23.11
```
Expand Down

0 comments on commit e0aace1

Please sign in to comment.