Add FIXME

This commit is contained in:
Eelco Dolstra 2021-09-02 15:00:52 +02:00
parent bc6e7ca046
commit 90b2dd570c

View file

@ -108,6 +108,8 @@ enum class Realise {
exists. */
Derivation,
/* Evaluate in dry-run mode. Postcondition: nothing. */
// FIXME: currently unused, but could be revived if we can
// evaluate derivations in-memory.
Nothing
};