1
1
Fork 0
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:
Eelco Dolstra 2003-06-23 14:40:49 +00:00
parent c0cbaef4be
commit 692b562342
6 changed files with 66 additions and 2 deletions

View file

@ -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);
}