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:
parent
5640b52834
commit
1ca3f6035d
3 changed files with 9 additions and 14 deletions
|
@ -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>{}'`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue