1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-20 23:28:26 -04:00

Remove FIXME on why something doesn't work

I now know it is due to
https://github.com/llvm/llvm-project/issues/64108. The workaround is
just fine and already in use in this codebase.
This commit is contained in:
John Ericson 2023-08-03 12:12:21 -04:00
parent 4f5b01f5cd
commit 4d99e407fd

View file

@ -7,9 +7,6 @@ namespace nix {
*/
struct LocalOverlayStoreConfig : virtual LocalStoreConfig
{
// FIXME why doesn't this work?
// using LocalStoreConfig::LocalStoreConfig;
LocalOverlayStoreConfig(const StringMap & params)
: StoreConfig(params)
, LocalFSStoreConfig(params)