mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 16:02:43 +01:00
* `nix --delete' command.
This commit is contained in:
parent
c0cbaef4be
commit
692b562342
6 changed files with 66 additions and 2 deletions
|
|
@ -68,7 +68,7 @@ void runTests()
|
|||
#endif
|
||||
|
||||
/* Restoring. */
|
||||
#if 1
|
||||
#if 0
|
||||
MySource source;
|
||||
restorePath("outdir", source);
|
||||
cout << (string) hashPath("outdir") << endl;
|
||||
|
|
@ -116,6 +116,8 @@ void runTests()
|
|||
Expr e3 = ATmake("Deref(Hash(<str>))", ((string) h3).c_str());
|
||||
|
||||
evalTest(e3);
|
||||
|
||||
deleteValue(h3);
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue