From 3f8e1f56825f3ec2a9d99715609e362fe5e5a218 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 4 Apr 2014 14:51:07 +0200 Subject: [PATCH] Update release notes --- doc/manual/release-notes.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index f993328523..9bfa169ac5 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -173,6 +173,16 @@ $ nix-instantiate --eval '<nixos>' -A 'config.systemd.units."nscd.service".te 1G will free up to 1 gigabyte of disk space. + + nix-collect-garbage has a new flag + + Nd, which deletes + all user environment generations older than + N days. Likewise, nix-env + --delete-generations accepts a + Nd age limit. + + Nix now heuristically detects whether a build failure was due to a disk-full condition. In that case, the build is not @@ -238,6 +248,10 @@ $ bash <(curl https://nixos.org/nix/install) +This release has contributions from Danny Wilson, Domen Kožar, +Eelco Dolstra, Ian-Woo Kim, Ludovic Courtès, Maxim Ivanov, Petr +Rockai, Ricardo M. Correia and Shea Levy. +