mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 15:02:42 +01:00
Process --option use-case-hack properly
Fixes https://github.com/NixOS/nix/issues/2009.
(cherry picked from commit 2b61c74922)
This commit is contained in:
parent
247630287b
commit
d0699defd6
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ struct CaseHackSetting : public BaseSetting<bool>
|
|||
void set(const std::string & str) override
|
||||
{
|
||||
BaseSetting<bool>::set(str);
|
||||
nix::useCaseHack = true;
|
||||
nix::useCaseHack = value;
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue