From 976b949e4d194c242c6024bbaa65f4f3b3620225 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 24 Nov 2014 16:52:13 +0100 Subject: [PATCH] More build-cache-failures -> build-cache-failure --- doc/manual/command-ref/nix-store.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/command-ref/nix-store.xml b/doc/manual/command-ref/nix-store.xml index e1e6c36e0..a2faeaeba 100644 --- a/doc/manual/command-ref/nix-store.xml +++ b/doc/manual/command-ref/nix-store.xml @@ -1277,7 +1277,7 @@ export _args; _args='-e /nix/store/9krlzvny65gdc8s7kpb6lkx8cd02c25c-default-buil Description If build failure caching is enabled through the -build-cache-failures configuration option, the +build-cache-failure configuration option, the operation will print out all store paths that have failed to build. @@ -1314,7 +1314,7 @@ $ nix-store --query-failed-paths Description If build failure caching is enabled through the -build-cache-failures configuration option, the +build-cache-failure configuration option, the operation clears the “failed” state of the given store paths, allowing them to be built again. This is useful if the failure was actually transient (e.g. because the disk