mirror of
https://github.com/NixOS/nix
synced 2025-07-05 16:31:47 +02:00
* For debugging: `nix --verify' to check the consistency of the
database and store.
This commit is contained in:
parent
71cc3ceae5
commit
b3fc38bf6a
7 changed files with 139 additions and 14 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <string>
|
||||
#include <list>
|
||||
#include <set>
|
||||
#include <sstream>
|
||||
|
||||
#include <unistd.h>
|
||||
|
@ -38,6 +39,7 @@ public:
|
|||
|
||||
|
||||
typedef list<string> Strings;
|
||||
typedef set<string> StringSet;
|
||||
|
||||
|
||||
/* The canonical system name, as returned by config.guess. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue