packages feed

hnix-0.2.1: data/let-comments.nix

let
  b.a = 3;
   # this is a oneline comment
   # we can also nest these comments
    # #
   #
  #
  b.c = { e = {}; };
  # just some more comments
   #
  b.c.e.f = 4;
# this file is documented really well
in b # todo