I’m using Nix Darwin, and I’m starting to get pretty deep into the Nix world. I find myself constantly going to noogle.dev or the nixpkgs Reference Manual to look up definitions for functions in the standard library.
I’ve discovered the :doc
function in nix repl
, and that helps a lot. But I wish there was a man page I could browse where all of that information is gathered.
Is there already a tool that does something like that?