mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-24 06:56:14 +02: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:
parent
4f5b01f5cd
commit
4d99e407fd
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue