aboutsummaryrefslogtreecommitdiff
path: root/doc/manual/src/release-notes/rl-1.8.md
diff options
context:
space:
mode:
authorrebecca “wiggles” turner <rbt@sent.as>2024-03-30 22:26:59 +0000
committerGerrit Code Review <gerrit@lix>2024-03-30 22:26:59 +0000
commit4b730f328e1ea581d09ffba4b064b5f3949af414 (patch)
treeb60619efd94d3e232a1d5dd49589a0a7156a7b89 /doc/manual/src/release-notes/rl-1.8.md
parent2041bdac2db767c51cd86cb860fc3f03df42cb4e (diff)
parent2a98ba8b97c9ff52519633c32cf63716827d6e7c (diff)
Merge "Add `pre-commit` checks" into main
Diffstat (limited to 'doc/manual/src/release-notes/rl-1.8.md')
-rw-r--r--doc/manual/src/release-notes/rl-1.8.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/manual/src/release-notes/rl-1.8.md b/doc/manual/src/release-notes/rl-1.8.md
index 59af363e8..242ab380b 100644
--- a/doc/manual/src/release-notes/rl-1.8.md
+++ b/doc/manual/src/release-notes/rl-1.8.md
@@ -10,24 +10,24 @@
- `nix-env` selectors are now regular expressions. For instance, you
can do
-
+
$ nix-env -qa '.*zip.*'
-
+
to query all packages with a name containing `zip`.
- `nix-store --read-log` can now fetch remote build logs. If a build
log is not available locally, then ‘nix-store -l’ will now try to
download it from the servers listed in the ‘log-servers’ option in
nix.conf. For instance, if you have the configuration option
-
+
log-servers = http://hydra.nixos.org/log
-
+
then it will try to get logs from `http://hydra.nixos.org/log/base
name of the
store path`. This allows you to do things like:
-
+
$ nix-store -l $(which xterm)
-
+
and get a log even if `xterm` wasn't built locally.
- New builtin functions: `attrValues`, `deepSeq`, `fromJSON`,