mirror of
https://github.com/NixOS/nix.git
synced 2025-11-27 12:41:00 +01:00
Runtime state arguments added to nix-state.
This commit is contained in:
parent
c0dceea9f0
commit
7e0dcc5dcb
15 changed files with 155 additions and 50 deletions
|
|
@ -430,8 +430,6 @@ static void opRegisterValidity(Strings opFlags, Strings opArgs)
|
|||
|
||||
ValidPathInfos infos;
|
||||
|
||||
printMsg(lvlError, format("opRegisterValidity!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"));
|
||||
|
||||
while (1) {
|
||||
ValidPathInfo info = decodeValidPathInfo(cin);
|
||||
if (info.path == "") break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue