1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-26 04:00:59 +01:00

Fixed showrevisions. added commit/run/scan only options

This commit is contained in:
Wouter den Breejen 2007-08-30 18:51:19 +00:00
parent 30cf65af26
commit ec7b0afb08
3 changed files with 74 additions and 55 deletions

View file

@ -248,7 +248,7 @@ static void performOp(Source & from, Sink & to, unsigned int op)
}
case wopIsValidStatePath: {
Path path = readStorePath(from);
Path path = readString(from); //TODO readStatePath
startWork();
bool result = store->isValidStatePath(path);
stopWork();