lix/doc/manual/src/release-notes
mei (ckie) 0e2b01b14e
nix repl: make symlinks with the :bl command
Requested by ppepino on the Matrix:
https://matrix.to/#/!KqkRjyTEzAGRiZFBYT:nixos.org/$Tb32BS3rVE2BSULAX4sPm0h6CDewX2hClOTGzTC7gwM?via=nixos.org&via=matrix.org&via=nixos.dev

This adds a new command, :bl, which works like :b but also creates
a GC root symlink to the various derivation outputs.

ckie@cookiemonster ~/git/nix -> ./outputs/out/bin/nix repl
Welcome to Nix 2.6.0. Type :? for help.

nix-repl> :l <nixpkgs>
Added 16118 variables.

nix-repl> :b runCommand "hello" {} "echo hi > $out"

This derivation produced the following outputs:
  ./repl-result-out -> /nix/store/kidqq2acdpi05c4a9mlbg2baikmzik44-hello
[1 built, 0.0 MiB DL]
ckie@cookiemonster ~/git/nix -> cat ./repl-result-out
hi
2022-04-20 00:20:29 +03:00
..
release-notes.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.5.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.6.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-0.7.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.8.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.8.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.9.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.9.2.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.9.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.10.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.10.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-0.11.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.12.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-0.13.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-0.14.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.15.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-0.16.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-1.0.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.2.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.3.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.4.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-1.5.1.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.5.2.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.5.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.6.1.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-1.6.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.7.md docs+test: fix remaining installer downloads without -L (#4006) 2020-09-12 22:08:40 +02:00
rl-1.8.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.9.md Reconvert 2020-07-23 18:27:11 +02:00
rl-1.10.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.11.10.md Pandoc conversion 2020-07-23 18:26:48 +02:00
rl-1.11.md <replaceable> -> <emphasis> 2020-07-23 18:27:20 +02:00
rl-2.0.md Fix internal links 2020-07-24 15:46:16 +02:00
rl-2.1.md docs+test: fix remaining installer downloads without -L (#4006) 2020-09-12 22:08:40 +02:00
rl-2.2.md Reconvert 2020-07-23 18:27:11 +02:00
rl-2.3.md Reconvert 2020-07-23 18:27:11 +02:00
rl-2.4.md Release Notes 2.4: add --indirect no-op change 2022-01-12 23:19:15 +01:00
rl-2.5.md rl-2.5.md: Set date 2021-12-13 19:57:06 +01:00
rl-2.6.md Move rl-next.md to rl-2.5.md 2022-01-25 00:11:00 +01:00
rl-2.7.md rl-2.7.md: Fix title 2022-04-05 14:13:26 +02:00
rl-2.8.md Move rl-next.md to rl-2.8.md 2022-04-19 21:12:33 +02:00
rl-next.md nix repl: make symlinks with the :bl command 2022-04-20 00:20:29 +03:00