1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 06:01:48 +02:00

repl: update docs with installables

This commit is contained in:
Tom Bereknyei 2022-03-11 13:52:08 -05:00
parent 5640b52834
commit 1ca3f6035d
3 changed files with 9 additions and 14 deletions

View file

@ -24,3 +24,8 @@
Selecting derivation outputs using the attribute selection syntax
(e.g. `nixpkgs#glibc.dev`) no longer works.
* `nix repl` now takes installables on the command line, unifying the usage
with other commands that use `--file` and `--expr`. Primary breaking change
is for the common usage of `nix repl '<nixpkgs>'` which can be recovered with
`nix repl nixpkgs` or `nix repl --expr 'import <nixpkgs>{}'`