mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Revert the enum struct
change
Not a regular git revert as there have been many merges and things.
This commit is contained in:
parent
bbbf3602a3
commit
15abb2aa2b
68 changed files with 418 additions and 457 deletions
|
@ -51,7 +51,7 @@ string resolveMirrorUri(EvalState & state, string uri)
|
|||
static int _main(int argc, char * * argv)
|
||||
{
|
||||
{
|
||||
HashType ht = HashType::SHA256;
|
||||
HashType ht = htSHA256;
|
||||
std::vector<string> args;
|
||||
bool printPath = getEnv("PRINT_PATH") == "1";
|
||||
bool fromExpr = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue