1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 19:01:16 +02:00

Add FIXME

This commit is contained in:
Eelco Dolstra 2025-02-04 16:41:10 +01:00
parent c74ad6b32b
commit 01598487b7

View file

@ -186,6 +186,7 @@ bool Input::contains(const Input & other) const
return false; return false;
} }
// FIXME: remove
std::pair<StorePath, Input> Input::fetchToStore(ref<Store> store) const std::pair<StorePath, Input> Input::fetchToStore(ref<Store> store) const
{ {
if (!scheme) if (!scheme)