diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-24 20:44:31 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-12-03 20:31:45 +0100 |
commit | 0c15ae5d4b3366a14bca885e02599a941a334920 (patch) | |
tree | 076b91e48fccb973946c3211a5d237497cbcdb53 /src/nix | |
parent | ef583303f0720d8bc9d6351cd769f92d5dd678f3 (diff) |
Add FIXME
Diffstat (limited to 'src/nix')
-rw-r--r-- | src/nix/show-derivation.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/show-derivation.cc b/src/nix/show-derivation.cc index 6d4f295d7..8e1a58ac2 100644 --- a/src/nix/show-derivation.cc +++ b/src/nix/show-derivation.cc @@ -1,4 +1,5 @@ // FIXME: integrate this with nix path-info? +// FIXME: rename to 'nix store show-derivation' or 'nix debug show-derivation'? #include "command.hh" #include "common-args.hh" |