From fa9259f5f519386b4f32ac9490bc73459773e589 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 20 Dec 2004 13:43:32 +0000 Subject: * Simplify the substitute mechanism: - Drop the store expression. So now a substitute is just a command-line invocation (a program name + arguments). If you register a substitute you are responsible for registering the expression that built it (if any) as a root of the garbage collector. - Drop the substitutes-rev DB table. --- src/nix-store/help.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/nix-store/help.txt') diff --git a/src/nix-store/help.txt b/src/nix-store/help.txt index a3dcdebb6faa..cbded730e866 100644 --- a/src/nix-store/help.txt +++ b/src/nix-store/help.txt @@ -11,6 +11,7 @@ Operations: --successor: register a successor expression (dangerous!) --substitute: register a substitute expression (dangerous!) + --clear-substitute: clear all substitutes --validpath: register path validity (dangerous!) --isvalid: check path validity -- cgit 1.4.1