diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-20T13·43+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2004-12-20T13·43+0000 |
commit | fa9259f5f519386b4f32ac9490bc73459773e589 (patch) | |
tree | c99bc5b3e04334020b8886081c6201246fab41ce /src/nix-store/help.txt | |
parent | 015beb7cd04ee75d58bf09ef89816f9301cda646 (diff) |
* 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.
Diffstat (limited to 'src/nix-store/help.txt')
-rw-r--r-- | src/nix-store/help.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |