diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-09-02 15:00:52 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-09-02 15:00:52 +0200 |
commit | 90b2dd570cbd8313a8cf45b3cf66ddef2bb06e07 (patch) | |
tree | 16ffdd4328b7ac02ee0371771bdedacac7a06c3b | |
parent | bc6e7ca046952bd773558a3c4984e4f1c2717234 (diff) |
Add FIXME
-rw-r--r-- | src/libcmd/command.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcmd/command.hh b/src/libcmd/command.hh index f3625ed0d..c7af8bb7c 100644 --- a/src/libcmd/command.hh +++ b/src/libcmd/command.hh @@ -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 }; |